summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Command
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/Command
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/Command')
-rw-r--r--lib/ExtUtils/Command/MM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Command/MM.pm b/lib/ExtUtils/Command/MM.pm
index 6ca97b9433..9bd3eb825b 100644
--- a/lib/ExtUtils/Command/MM.pm
+++ b/lib/ExtUtils/Command/MM.pm
@@ -9,7 +9,7 @@ use vars qw($VERSION @ISA @EXPORT);
@EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist);
-$VERSION = '0.06';
+$VERSION = '0.07';
my $Is_VMS = $^O eq 'VMS';