summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.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_DOS.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_DOS.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
index 6bbd02e8f2..338fbe33f5 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_DOS.pm
@@ -2,7 +2,7 @@ package ExtUtils::MM_DOS;
use strict;
-our $VERSION = '7.18';
+our $VERSION = '7.18_01';
$VERSION = eval $VERSION;
require ExtUtils::MM_Any;