diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-08 10:03:10 +0200 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2009-06-08 10:03:10 +0200 |
commit | c09562552278eb4945e2fed8b0ba38b1a12597a7 (patch) | |
tree | 1a2cd70aa5485ffdc751b39562bd127ce31441c7 /lib/ExtUtils/Command | |
parent | d2aa556d1dea54fbfdfccbd64c2c477a79461a56 (diff) | |
download | perl-c09562552278eb4945e2fed8b0ba38b1a12597a7.tar.gz |
Upgrade to MakeMaker 6.53_02
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 73cfd41140..f893852f6e 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.52'; +our $VERSION = '6.53_02'; my $Is_VMS = $^O eq 'VMS'; |