diff options
author | Leon Brocard <acme@astray.com> | 2010-04-19 21:13:10 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2010-04-19 21:13:10 +0100 |
commit | f0cc5821d4f8c3fe3dbc3280b1af45f7d499b8d2 (patch) | |
tree | 6c915a8a70d9e14751211c2dff2f4b6475778a67 /cpan/ExtUtils-MakeMaker | |
parent | 7148b6bb5b7f6e72e0df14a67cd72a8e7f260ad5 (diff) | |
download | perl-f0cc5821d4f8c3fe3dbc3280b1af45f7d499b8d2.tar.gz |
Bump version number EU::MM is "first-come" so we have forked it
Diffstat (limited to 'cpan/ExtUtils-MakeMaker')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm | 2 |
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); |