summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/MM_AIX.pm
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2007-02-22 14:36:27 +0000
committerSteve Peters <steve@fisharerojo.org>2007-02-22 14:36:27 +0000
commit1e65eb70bcb514e61cdd8408bdbe4e5a20b7fd95 (patch)
tree153c99d24ca98170c65388cd916f2c88e9ff26f0 /lib/ExtUtils/MM_AIX.pm
parent78ff2d7be71ff9f6811d8b05bb66c4c4707951ba (diff)
downloadperl-1e65eb70bcb514e61cdd8408bdbe4e5a20b7fd95.tar.gz
Upgrade to ExtUtils-MakeMaker-6.32. Included a version
bump to ExtUtils::MakeMaker to 6.32_01 because changes #29266, #29583, #29580, #29581 and #29583 were missing from the new release. p4raw-id: //depot/perl@30380
Diffstat (limited to 'lib/ExtUtils/MM_AIX.pm')
-rw-r--r--lib/ExtUtils/MM_AIX.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_AIX.pm b/lib/ExtUtils/MM_AIX.pm
index a54d90edf8..7bdaf7a7eb 100644
--- a/lib/ExtUtils/MM_AIX.pm
+++ b/lib/ExtUtils/MM_AIX.pm
@@ -2,7 +2,7 @@ package ExtUtils::MM_AIX;
use strict;
use vars qw($VERSION @ISA);
-$VERSION = '0.04';
+$VERSION = '0.05';
require ExtUtils::MM_Unix;
@ISA = qw(ExtUtils::MM_Unix);