summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-08-08 12:12:30 +0100
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2016-08-08 12:12:30 +0100
commita0138d8f956795ddbe09061f95b68766223904b7 (patch)
tree02479880d1efb2dcf59f898ac298c204ee4db816 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
parentf02074d6570c1481e020f48bfe4f250f68e68d3a (diff)
downloadperl-a0138d8f956795ddbe09061f95b68766223904b7.tar.gz
Update ExtUtils-MakeMaker to CPAN version 7.22
[DELTA] 7.22 Mon Aug 8 09:29:02 BST 2016 No changes since 7.21_01 7.21_01 Sun Aug 7 10:37:53 BST 2016 Bug fixes: - CVE-2016-1238: instmodsh sanitise @INC 7.20 Fri Aug 5 09:39:56 BST 2016 No changes since 7.19_08 7.19_08 Thu Jul 28 12:31:13 BST 2016 Bug fixes: - CVE-2016-1238: avoid loading VMS::Feature from the default . 7.19_07 Sun Jul 3 15:11:40 BST 2016 Bug fixes: - Restore ordering issue involving OTHERLDFLAGS 7.19_06 Mon Jun 27 12:32:06 BST 2016 Test fixes: - Skip subdirscomplex test on VMS 7.19_05 Mon Jun 20 15:21:52 BST 2016 Doc fixes: - fix typos and add subdirs text to MakeMaker.pm 7.19_04 Tue Jun 14 11:16:19 BST 2016 Bug fixes: - prevent EUMM::Locale from warning with old Win32.pm Doc fixes: - added examples for running tests in subdirs 7.19_03 Mon Jun 13 14:22:46 BST 2016 Bug fixes: - Fix test warnings in MM_Unix.pm when in core 7.19_02 Mon Jun 13 09:57:37 BST 2016 Bug fixes: - Check for ascii locale using normalized name 7.19_01 Thu Jun 2 14:26:20 BST 2016 Bug fixes: - Cygwin: avoid libperl.dll.dll.a - Fix basic.t tests on Win32 in core
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
index 8b345c2f62..d357b3fa44 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
@@ -2,7 +2,7 @@ package ExtUtils::MM_Win95;
use strict;
-our $VERSION = '7.18_01';
+our $VERSION = '7.22';
$VERSION = eval $VERSION;
require ExtUtils::MM_Win32;