summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2015-05-15 11:47:11 +1000
committerTony Cook <tony@develop-help.com>2015-05-15 11:47:23 +1000
commit13549e8c7afd3e1f442f8eb25930f7f96b04964c (patch)
treeef68f8e6c9a72f4271257dd340d6393b48c7347f /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm
parent23ff16de19cbd6ba37c687dab842d9493227d642 (diff)
downloadperl-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.pm2
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$