From: Nicholas Clark Date: Sat, 20 Dec 2008 16:23:24 +0000 (+0000) Subject: Also update the $VERSION of ExtUtils::MM_Unix, else MM_Unit.t fails following X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fdea92759c282b35a3a01ba45dba83c1db969515;p=p5sagit%2Fp5-mst-13.2.git 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 :-) --- diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index af5a7ce..3624619 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);