diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-29 09:25:24 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2007-11-29 09:25:24 +0000 |
commit | 3e15aad56068d2dfe80836fe1f37f2b0000476ee (patch) | |
tree | 83500abd1f23851ad7bf2aad3b27e485a93e36f4 /lib/ExtUtils/Command | |
parent | 273d98ace0d037894b244af23435de9bab48548e (diff) | |
download | perl-3e15aad56068d2dfe80836fe1f37f2b0000476ee.tar.gz |
Upgrade to ExtUtils::MakeMaker 6.38
p4raw-id: //depot/perl@32546
Diffstat (limited to 'lib/ExtUtils/Command')
-rw-r--r-- | lib/ExtUtils/Command/MM.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/Command/MM.pm b/lib/ExtUtils/Command/MM.pm index c3b8462d3d..1080504ef4 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 = '6.37_03'; +$VERSION = '6.38'; my $Is_VMS = $^O eq 'VMS'; |