diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-12-20 16:23:24 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-12-20 16:23:24 +0000 |
commit | fdea92759c282b35a3a01ba45dba83c1db969515 (patch) | |
tree | a1a1aa1c771d68924526f4755ead69719feee1c4 /lib/ExtUtils/MM_Unix.pm | |
parent | d98474738f69ecba8d8c493978a7da73634fbd53 (diff) | |
download | perl-fdea92759c282b35a3a01ba45dba83c1db969515.tar.gz |
Also update the $VERSION of ExtUtils::MM_Unix, else MM_Unit.t fails following
change 4adc95e616bac7eea015e9e47e439b063c1132d5. Don't those names just slip
off the tongue :-)
Diffstat (limited to 'lib/ExtUtils/MM_Unix.pm')
-rw-r--r-- | lib/ExtUtils/MM_Unix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index af5a7ce6bd..3624619c74 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -15,7 +15,7 @@ use ExtUtils::MakeMaker qw($Verbose neatvalue); # If we make $VERSION an our variable parse_version() breaks use vars qw($VERSION); -$VERSION = '6.48'; +$VERSION = '6.48_01'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any); |