diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 13:39:12 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2016-08-20 13:39:12 +0100 |
commit | fcbb262bfa8a07198e3121b8daca0e18610694d2 (patch) | |
tree | cedaf205d582a7216146b5aaac98508103077fcd /cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command | |
parent | c8fbf4a0405c1b43d860af2d332b5193efe24706 (diff) | |
download | perl-fcbb262bfa8a07198e3121b8daca0e18610694d2.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.24
[DELTA]
7.24 Sat Aug 20 13:22:28 BST 2016
No changes since 7.23_01
7.23_01 Fri Aug 19 10:02:30 BST 2016
Test fixes:
- always use the core serializers when testing in core
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 f20fc0da16..69779b2912 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.22'; +our $VERSION = '7.24'; $VERSION = eval $VERSION; my $Is_VMS = $^O eq 'VMS'; |