summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-11-04 20:34:01 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2020-11-04 20:34:01 +0000
commita8733f32d9a42aca02e91931b2b4c2a5f8979ab5 (patch)
tree3d7c0af676db1d26d5f31de22dedbe22473eb6e4 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
parent55afc78396d86da97ab07c25295b00c9a300f081 (diff)
downloadperl-a8733f32d9a42aca02e91931b2b4c2a5f8979ab5.tar.gz
Update ExtUtils-MakeMaker to CPAN version 7.52
[DELTA] 7.52 Wed 4 Nov 19:49:43 GMT 2020 No changes since v7.51_01 7.51_01 Wed 4 Nov 00:01:41 GMT 2020 Test fixes: - prevent MM_Win32::init_tools() warning in core 7.50 Wed 21 Oct 17:33:53 BST 2020 No changes since v7.49_04 7.49_04 Tue 13 Oct 18:42:05 BST 2020 Win32 fixes: - make can_dep_space check for short path support Macosx fixes: - Handle XCode 12's implicit adding of Werror=implicit-function-declaration 7.49_03 Fri 9 Oct 21:30:57 BST 2020 Regression fixes: - disable strict when evaling hints files Bug fixes: - clean up and improve MIN_PERL_VERSION handling 7.49_02 Thu 8 Oct 08:35:05 BST 2020 Bug fixes: - Change wording of MIN_PERL_VERSION format message to clarify fatally Doc fixes: - Fixed some typos 7.49_01 Tue 6 Oct 18:01:38 BST 2020 Regression fixes: - fix PERL_CORE warnings from ExtUtils::CBuilder
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 b3acb2a98e..d43eb51dc5 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win95.pm
@@ -3,7 +3,7 @@ package ExtUtils::MM_Win95;
use strict;
use warnings;
-our $VERSION = '7.48';
+our $VERSION = '7.52';
$VERSION =~ tr/_//d;
require ExtUtils::MM_Win32;