diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-08-24 19:21:23 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2010-08-24 19:21:23 +0100 |
commit | 9b47cddefd9b4a322e6382c8979ceeb2c3ac25c9 (patch) | |
tree | a38c68659eb1f6fea37bb1826180d60362fd4a78 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm | |
parent | 766ce144fedc77f5b0e36ad3461d0af412fd35e2 (diff) | |
download | perl-9b47cddefd9b4a322e6382c8979ceeb2c3ac25c9.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.57_01
[DELTA]
6.57_01 Tue Aug 24 01:36:20 PDT 2010
Improvements
* parse_abstract() is more robust supporting "Package.pm" and multiple
dashes and spaces. [rt.perl.org 74438]
Bug Fixes
* Recognize .so files in AIX. [rt.cpan.org 41360] (Jens Rehsack)
* Remove manual image-base generation on Win32/gcc [rt.cpan.org 47138]
(Yasuhiro Matsumoto)
* Use the bundled versions of our dependencies if they're not installed.
* Eliminate use of foreach qw() which will be deprecated in 5.14.
[rt.cpan.org 57124] (Zefram)
Test Fixes
* Guard against old versions of YAML::Tiny that worked differently.
[rt.cpan.org 55500]
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm index 5179be4bc2..8490f2fcf2 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm @@ -1,7 +1,7 @@ package ExtUtils::MM_AIX; use strict; -our $VERSION = '6.56'; +our $VERSION = '6.57_01'; require ExtUtils::MM_Unix; our @ISA = qw(ExtUtils::MM_Unix); |