summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-04-30 00:26:44 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2014-04-30 00:26:44 +0100
commit608fe6e2ff595fc26cd6115e2040cb51154c6e45 (patch)
tree77e632f8a21fcac330e3673495c99c13f23c9c61 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
parent9e9002efd1609c7d154f98af43a026320df7582c (diff)
downloadperl-608fe6e2ff595fc26cd6115e2040cb51154c6e45.tar.gz
Update ExtUtils-MakeMaker to CPAN version 6.98
[DELTA] 6.98 Tue Apr 29 21:27:59 BST 2014 No changes from 6.97_02 6.97_02 Mon Apr 28 11:44:56 BST 2014 Dist fixes: * Removed redundant File::Spec check from Makefile.PL 6.97_01 Thu Apr 24 14:23:02 BST 2014 Bug fixes: * Resolve another regression related to not recursing into distdirs 6.96 Fri Apr 11 21:54:25 BST 2014 No changes from 6.95_02 6.95_02 Mon Apr 7 15:26:20 BST 2014 Bug fixes: * Work-around v5.10.1 for the MIN_PERL_VERSION v-string handling 6.95_01 Wed Apr 2 21:49:22 BST 2014 Bug fixes: * Make MIN_PERL_VERSION handle v-strings properly
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
index 090251b686..a34015f94d 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM.pm
@@ -3,7 +3,7 @@ package ExtUtils::MM;
use strict;
use ExtUtils::MakeMaker::Config;
-our $VERSION = '6.94';
+our $VERSION = '6.98';
require ExtUtils::Liblist;
require ExtUtils::MakeMaker;