diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2018-02-17 10:42:32 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2018-02-17 10:42:32 +0000 |
commit | 09a7143acf21dfa32d1eb4baef619ceb18c46d1f (patch) | |
tree | 921c6593642b8902530cbd8c3637ec68f73e7a6b /cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command | |
parent | 89829bb5b54b0a41bc51d5485dbcc7877db662fa (diff) | |
download | perl-09a7143acf21dfa32d1eb4baef619ceb18c46d1f.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.32
[DELTA]
7.32 Fri Feb 16 20:10:58 GMT 2018
No changes since v7.31_08
7.31_08 Mon Feb 12 12:19:11 GMT 2018
VMS fixes:
- Fix 8-space line prefixes in MM_VMS.pm
7.31_07 Tue Jan 16 16:09:04 GMT 2018
Bug fixes:
- Change warning text for libscan() README.pod
7.31_06 Tue Jan 16 10:28:11 GMT 2018
Bug fixes:
- Teach libscan() to exclude README.pod
Doc fixes:
- Documented when XSMULTI and XSBUILD are available
- Documented more version requirements for attributes
7.31_05 Sat Nov 25 09:22:51 GMT 2017 (LPW Edition)
Doc fixes:
- Spelling fixes
- clarify behaviour if VENDORLIB and no VENDORARCH
7.31_04 Thu Oct 5 12:22:24 BST 2017
Darwin/NeXT fixes:
- Escape ld -framework flags
7.31_03 Mon Jul 10 09:34:26 BST 2017
Bug fixes:
- Filter out non-XS .a files for static builds
7.31_02 Mon Jun 26 13:53:15 BST 2017
VMS fixes:
- Fixes for .PL tests
- VMS override for static_lib_pure_cmd
- Make the new subdirsstatic test portable
7.31_01 Wed Jun 14 15:57:52 BST 2017
Test fixes:
- Skip static test unless in perl core or in a .git directory
Diffstat (limited to 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm index be1eda5ab1..6463d9965b 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.30'; +our $VERSION = '7.32'; $VERSION = eval $VERSION; my $Is_VMS = $^O eq 'VMS'; @@ -205,7 +205,7 @@ Key/value pairs are extra information about the module. Fields include: installed into which directory your module was out into LINKTYPE dynamic or static linking VERSION module version number - EXE_FILES any executables installed in a space seperated + EXE_FILES any executables installed in a space separated list =cut |