summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
diff options
context:
space:
mode:
authorTony Cook <tony@develop-help.com>2016-07-26 11:32:28 +1000
committerTony Cook <tony@develop-help.com>2016-07-26 15:36:32 +1000
commitd8f1b4d05e6f0f620663f48949104f2f27883dd8 (patch)
tree85dbcf51f647b4c188ba6ae72e9ca5a5b062ed92 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
parentcee96d52c39b1e7b36e1c62d38bcd8d86e9a41ab (diff)
downloadperl-d8f1b4d05e6f0f620663f48949104f2f27883dd8.tar.gz
(perl #127834) bump versions of modules in dists we updated a utility in
I tried to follow the numbering convention of the module, bumping every module if the versions are synchronized, bumping just the primary module if not.
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
index e8e9d3dc6a..b4dfcffc52 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Cygwin.pm
@@ -9,7 +9,7 @@ require ExtUtils::MM_Unix;
require ExtUtils::MM_Win32;
our @ISA = qw( ExtUtils::MM_Unix );
-our $VERSION = '7.18';
+our $VERSION = '7.18_01';
$VERSION = eval $VERSION;