diff options
author | Leon Brocard <acme@astray.com> | 2010-04-19 21:06:30 +0100 |
---|---|---|
committer | Leon Brocard <acme@astray.com> | 2010-04-19 21:06:30 +0100 |
commit | 970a5b1e54bef4b0af4823715a2a39a421075ce4 (patch) | |
tree | 0f4f7cac30fc8067059b7d5089dbcaecee0bc006 /cpan/ExtUtils-MakeMaker | |
parent | 3506daea5866a929e3679f0f37d5166884362eb3 (diff) | |
download | perl-970a5b1e54bef4b0af4823715a2a39a421075ce4.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/MakeMaker.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm index 22ede4050c..95a075219a 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm @@ -18,7 +18,7 @@ our @Overridable; my @Prepend_parent; my %Recognized_Att_Keys; -our $VERSION = '6.56'; +our $VERSION = '6.5601'; # Emulate something resembling CVS $Revision$ (our $Revision = $VERSION) =~ s{_}{}; |