summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-10-15 16:19:53 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2013-10-15 16:21:48 +0100
commit53d48b8bc3daee9ac6baf1f5eb39e4d9899a6646 (patch)
tree17f353bdcc1609a532f383a0626e335a7e0a242c /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm
parent0438091222af3f484c50c95c499ee36f03f29f54 (diff)
downloadperl-53d48b8bc3daee9ac6baf1f5eb39e4d9899a6646.tar.gz
Update Extutils-MakeMaker to CPAN version 6.80
[DELTA] 6.80 Tue Oct 15 16:04:50 BST 2013 No changes from 6.79_04 6.79_04 Fri Oct 11 18:57:51 BST 2013 Bug fixes: * Add CP_NONEMPTY to the list of tools in Makefile 6.79_03 Fri Oct 11 13:56:53 BST 2013 Bug fixes: * don't copy .bs portably :) 6.79_02 Fri Oct 11 12:58:01 BST 2013 Bug fixes: * RT#28992 don't copy .bs files if they are empty
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_AIX.pm2
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 fe95af887f..58e26983dc 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.79_01';
+our $VERSION = '6.80';
require ExtUtils::MM_Unix;
our @ISA = qw(ExtUtils::MM_Unix);