diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-11-12 19:55:04 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2020-11-12 19:55:04 +0000 |
commit | 03d1b1167a106ef32c5b3ed83d1ded4ee98f9673 (patch) | |
tree | 39fe43ced1f4a164be1da6212db8239cf2dd60b6 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command | |
parent | f877e124a20d4f94c82c36e6b7a99b4e9663e204 (diff) | |
download | perl-03d1b1167a106ef32c5b3ed83d1ded4ee98f9673.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.54
[DELTA]
7.54 Thu 12 Nov 19:23:18 GMT 2020
No changes since v7.53_01
7.53_01 Tue 10 Nov 03:34:42 GMT 2020
Regression fixes:
- Fixed Darwin cflags override
Meta fixes:
- Updated URLs to use https
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm | 2 |
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 9aa734f2ad..19646f6ba3 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.52'; +our $VERSION = '7.54'; $VERSION =~ tr/_//d; my $Is_VMS = $^O eq 'VMS'; |