Also update the $VERSION of ExtUtils::MM_Unix, else MM_Unit.t fails following
Nicholas Clark [Sat, 20 Dec 2008 16:23:24 +0000 (16:23 +0000)]
change 4adc95e616bac7eea015e9e47e439b063c1132d5. Don't those names just slip
off the tongue :-)

lib/ExtUtils/MM_Unix.pm

index af5a7ce..3624619 100644 (file)
@@ -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);