Bumps version to 0.70 for release.
This commit is contained in:
parent
59897ec265
commit
091bc52485
3 changed files with 8 additions and 7 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,4 +6,3 @@ blib
|
||||||
pm_to_blib
|
pm_to_blib
|
||||||
MANIFEST
|
MANIFEST
|
||||||
MANIFEST.bak
|
MANIFEST.bak
|
||||||
|
|
||||||
|
|
12
Changes
12
Changes
|
@ -1,18 +1,20 @@
|
||||||
Revision history for Perl extension Business::PayPal::API.
|
Revision history for Perl extension Business::PayPal::API.
|
||||||
|
|
||||||
|
Release 0.71
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
- Merge in changes from Ron Phipps.
|
- Merge in changes from Ron Phipps.
|
||||||
- Reduce SOAP version requirement.
|
- Reduce SOAP version requirement.
|
||||||
- Protection eligibility support.
|
- Protection eligibility support.
|
||||||
- Merge in changes from Tomas Doran.
|
- Merge in changes from Tomas Doran.
|
||||||
- CPAN packaging enhancements.
|
- CPAN packaging enhancements.
|
||||||
- Extract out more payer details from XML. (PayerName, NameSuffix, PayerCountry).
|
- Extract out more payer details from XML. (PayerName, NameSuffix, PayerCountry).
|
||||||
- Fix warning in Perl 5.14.x (hopefully). https://rt.cpan.org/Public/Bug/Display.html?id=70424
|
|
||||||
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=67386
|
- Fix https://rt.cpan.org/Public/Bug/Display.html?id=67386
|
||||||
|
|
||||||
Release 0.69 - As currently release to CPAN
|
Release 0.70 - First OALDERS release
|
||||||
-------------------------------------------
|
-------------------------------------
|
||||||
|
- Fixes RT #70424 (Syntax deprecated in perl v5.14)
|
||||||
(Changelog corrected).
|
>>>>>>> Fixes RT #70424 and bumps version to 0.70 for release.
|
||||||
|
|
||||||
Release 0.68 - First hembreed release
|
Release 0.68 - First hembreed release
|
||||||
-------------------------------------
|
-------------------------------------
|
||||||
|
|
|
@ -7,7 +7,7 @@ use warnings;
|
||||||
use SOAP::Lite 0.67; # +trace => 'all';
|
use SOAP::Lite 0.67; # +trace => 'all';
|
||||||
use Carp qw(carp);
|
use Carp qw(carp);
|
||||||
|
|
||||||
our $VERSION = '0.69';
|
our $VERSION = '0.70';
|
||||||
our $Debug = 0;
|
our $Debug = 0;
|
||||||
|
|
||||||
## NOTE: This package exists only until I can figure out how to use
|
## NOTE: This package exists only until I can figure out how to use
|
||||||
|
|
Loading…
Reference in a new issue