diff options
Diffstat (limited to 'lib/ExtUtils/Command/MM.pm')
-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 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'; |