Finance-Bank-Postbank_de
view release on metacpan or search on metacpan
[Code fixes]
. Adapt to new number/currency format in the statement output
0.38 2015-11-15
[Code fixes]
+ Adapt to the website changes (new form field names)
0.37 2015-07-31
+ New certificate text
[Code fixes]
+ Use ->decoded_content when downloading an account statement, in case
it gets gzipped
. Allow OIDs and names in certificate
Some SSL libraries know about the names for the OIDs, but older
versions of OpenSSL don't.
The real fix would be to teach OpenSSL the new(er) OIDs
L<http://fm4dd.com/openssl/add_oids_to_openssl.htm>
0.36 201507xx
+ New certificate text
lib/HAL/Resource.pm view on Meta::CPAN
=head1 NAME
HAL::Resource - wrap a HAL resource
=head1 SYNOPSIS
my $ua = WWW::Mechanize->new();
my $res = $ua->get('https://api.example.com/');
my $r = HAL::Resource->new(
ua => $ua,
%{ decode_json( $res->decoded_content ) },
);
=head1 ABOUT
This module is just a very thin wrapper for HAL resources. If you find this
module useful, I'm very happy to spin it off into its own distribution.
=head1 SEE ALSO
L<Data::HAL> - similar to this module, but lacks a HTTP transfer facility and
( run in 0.605 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )