summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2023-03-26 16:21:36 +0200
committerYves Orton <demerphq@gmail.com>2023-03-28 17:59:54 +0800
commit024665c496f50e61ab29b1956e08b878f11bbe1a (patch)
tree666021a6cd8ca4be2af6a429b900b5d9cbe4ff34 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
parent2a46927f6475ad422e1f385f83333eaf45e2728d (diff)
downloadperl-024665c496f50e61ab29b1956e08b878f11bbe1a.tar.gz
cpan/ExtUtils-MakeMaker - Update to version 7.70
7.70 Sun 26 Mar 14:13:20 BST 2023 No changes since v7.69_01 7.69_01 Sat 25 Mar 11:06:19 GMT 2023 Core reversions: - Reverted the PERL_CORE and PERL_SRC changes from v7.67_02 These will be reintroduced after more testing in core 7.68 Tue 14 Mar 21:38:00 GMT 2023 No changes since v7.67_02 7.67_02 Mon 6 Mar 10:53:22 GMT 2023 Core fixes: - initialize PERL_CORE object var early and use it consistently - only search for PERL_SRC when PERL_CORE is true or unset Clean-ups: - remove use vars from non-bundled modules - remove unused _find_magic_vstring function 7.67_01 Wed 1 Mar 12:38:00 GMT 2023 Bug fixes: - Treat MidnightBSD as a BSD - fix MIN_PERL_VERSION for perl versions with underscores Test fixes: - t/.../More.pm - remove isn't: apostrophe as a package sep is deprecated
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
index 9236e10d57..5d931b4e5a 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Win32.pm
@@ -27,7 +27,7 @@ use ExtUtils::MakeMaker qw(neatvalue _sprintf562);
require ExtUtils::MM_Any;
require ExtUtils::MM_Unix;
our @ISA = qw( ExtUtils::MM_Any ExtUtils::MM_Unix );
-our $VERSION = '7.66';
+our $VERSION = '7.70';
$VERSION =~ tr/_//d;
$ENV{EMXSHELL} = 'sh'; # to run `commands`