From: Leon Brocard Date: Mon, 19 Apr 2010 20:13:10 +0000 (+0100) Subject: Bump version number EU::MM is "first-come" so we have forked it X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f0cc5821d4f8c3fe3dbc3280b1af45f7d499b8d2;p=p5sagit%2Fp5-mst-13.2.git Bump version number EU::MM is "first-come" so we have forked it --- diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm index 564d321..3d059be 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm +++ b/cpan/ExtUtils-MakeMaker/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.56'; +$VERSION = '6.5601'; require ExtUtils::MM_Any; our @ISA = qw(ExtUtils::MM_Any);