summaryrefslogtreecommitdiff
path: root/lib/ExtUtils/Command
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-10-20 20:29:13 +0000
committerNicholas Clark <nick@ccl4.org>2008-10-20 20:29:13 +0000
commitb5b9b3855f771d1ed1aaa79a547b12ee1f8a218b (patch)
treebff74c51960e15e9cf46524df19f0527411481a8 /lib/ExtUtils/Command
parent7a0d61f2335de711f7642bbc67df7b0d9e783953 (diff)
downloadperl-b5b9b3855f771d1ed1aaa79a547b12ee1f8a218b.tar.gz
Upgrade to ExtUtils-MakeMaker-6.48
p4raw-id: //depot/perl@34541
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 052e9edd3f..5665bbbb94 100644
--- a/lib/ExtUtils/Command/MM.pm
+++ b/lib/ExtUtils/Command/MM.pm
@@ -10,7 +10,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist);
-our $VERSION = '6.47_02';
+our $VERSION = '6.48';
my $Is_VMS = $^O eq 'VMS';