diff options
author | Tony Cook <tony@develop-help.com> | 2015-05-15 11:47:11 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-05-15 11:47:23 +1000 |
commit | 13549e8c7afd3e1f442f8eb25930f7f96b04964c (patch) | |
tree | ef68f8e6c9a72f4271257dd340d6393b48c7347f /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm | |
parent | 23ff16de19cbd6ba37c687dab842d9493227d642 (diff) | |
download | perl-13549e8c7afd3e1f442f8eb25930f7f96b04964c.tar.gz |
bump all of the EUMM module versions to avoid confusion
and the customized housekeeping to match
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm')
-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 df5acdfb02..fe95b2784a 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm @@ -24,7 +24,7 @@ my %Recognized_Att_Keys; our %macro_fsentity; # whether a macro is a filesystem name our %macro_dep; # whether a macro is a dependency -our $VERSION = '7.04'; +our $VERSION = '7.04_01'; $VERSION = eval $VERSION; ## no critic [BuiltinFunctions::ProhibitStringyEval] # Emulate something resembling CVS $Revision$ |