summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Brocard <acme@astray.com>2010-04-19 21:13:10 +0100
committerLeon Brocard <acme@astray.com>2010-04-19 21:13:10 +0100
commitf0cc5821d4f8c3fe3dbc3280b1af45f7d499b8d2 (patch)
tree6c915a8a70d9e14751211c2dff2f4b6475778a67
parent7148b6bb5b7f6e72e0df14a67cd72a8e7f260ad5 (diff)
downloadperl-f0cc5821d4f8c3fe3dbc3280b1af45f7d499b8d2.tar.gz
Bump version number EU::MM is "first-come" so we have forked it
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm
index 564d32156d..3d059be11f 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);