summaryrefslogtreecommitdiff
path: root/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command
diff options
context:
space:
mode:
authorChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-18 09:16:30 +0000
committerChris 'BinGOs' Williams <chris@bingosnet.co.uk>2019-12-18 09:16:30 +0000
commitfcafb10c71dbfc03eacb02eeb0c567facc269a72 (patch)
treed96cc53a39c838e3c4ef4cc9a436c119e659df22 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command
parent60c54b2d1a35fc304daa36503e9d4966cef56dbc (diff)
downloadperl-fcafb10c71dbfc03eacb02eeb0c567facc269a72.tar.gz
Update ExtUtils-MakeMaker to CPAN version 7.42
[DELTA] 7.42 Tue 17 Dec 22:02:25 GMT 2019 No changes since v7.41_01 7.41_01 Mon 16 Dec 21:36:24 GMT 2019 Test fixes: - README.pod warnings are suppressed during testing so no need to skip when PERL_CORE is defined Doc fixes: - Update referenced modules for new distributions - Updated SEE ALSO section accordingly
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command')
-rw-r--r--cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
index f018f3dc72..babb6239d7 100644
--- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
+++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm
@@ -10,7 +10,7 @@ our @ISA = qw(Exporter);
our @EXPORT = qw(test_harness pod2man perllocal_install uninstall
warn_if_old_packlist test_s cp_nonempty);
-our $VERSION = '7.40';
+our $VERSION = '7.42';
$VERSION =~ tr/_//d;
my $Is_VMS = $^O eq 'VMS';