diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-06-12 13:36:19 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2017-06-12 13:36:19 +0100 |
commit | 9287cc840c2c31d0850ec27d031eeb1df6fd8e4d (patch) | |
tree | 3fbb181acea408b0bce3ec31f33f5dad3229601d /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm | |
parent | f717dc4d271ccf8809c0ea488171d46d7970b954 (diff) | |
download | perl-9287cc840c2c31d0850ec27d031eeb1df6fd8e4d.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.30
[DELTA]
7.30 Mon Jun 12 13:17:29 BST 2017
No changes since v7.29_02
7.29_02 Sun Jun 11 12:00:33 BST 2017
Doc fixes:
- Fixed POD errors in FAQ
7.29_01 Wed May 31 08:34:10 BST 2017
Bug fixes:
- Prune .a without extralibs.ld from search paths
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm index af7faf6904..a671c08f29 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MY.pm @@ -3,7 +3,7 @@ package ExtUtils::MY; use strict; require ExtUtils::MM; -our $VERSION = '7.28'; +our $VERSION = '7.30'; $VERSION = eval $VERSION; our @ISA = qw(ExtUtils::MM); |