diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-09-14 13:19:49 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2015-09-14 14:37:38 +0100 |
commit | 2b7c926c32b738377e9d68fee7d587c3d43358be (patch) | |
tree | afc2e8c437185e66771382cd3e744e5577b1809a /MANIFEST | |
parent | ee2af9402f11b0fb62b6f9b75a86d538b90c7e74 (diff) | |
download | perl-2b7c926c32b738377e9d68fee7d587c3d43358be.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 7.10
[DELTA]
7.10 Thu Sep 10 19:38:55 BST 2015
Bug fixes:
- Fix an issue with quoting of dist_ci target on Win32
7.08 Tue Sep 8 20:24:15 BST 2015
This release reverts all the changes since v7.04 until such time
as the regressions we have found in the "wild" of CPAN can be
tamed
ExtUtils::Command has been included in this release as it was
reincorporated in v7.06
The following bug fixes have also been included:
- RT#100268 fix wrong variable being used
- Check exit status for commands in "make ci" target
- Fix distsignature dependencies for parallel make
- The bundled Encode::Locale has been updated to 1.04
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1027,6 +1027,7 @@ cpan/ExtUtils-Install/t/lib/TieOut.pm Testing library to capture prints cpan/ExtUtils-Install/t/Packlist.t See if Packlist works cpan/ExtUtils-MakeMaker/bin/instmodsh Give information about installed extensions cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command/MM.pm Calling MM functions from the cmd line +cpan/ExtUtils-MakeMaker/lib/ExtUtils/Command.pm cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm Does the real work of the above cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist.pm Locates libraries cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker/Config.pm MakeMaker wrapper for Config @@ -1066,8 +1067,10 @@ cpan/ExtUtils-MakeMaker/t/basic.t See if MakeMaker can build a module cpan/ExtUtils-MakeMaker/t/build_man.t Set if MakeMaker builds manpages cpan/ExtUtils-MakeMaker/t/cd.t Test to see cd works cpan/ExtUtils-MakeMaker/t/config.t Test ExtUtils::MakeMaker::Config +cpan/ExtUtils-MakeMaker/t/cp.t cpan/ExtUtils-MakeMaker/t/dir_target.t Verify if dir_target() is supported cpan/ExtUtils-MakeMaker/t/echo.t Test for ExtUtils::MakeMaker +cpan/ExtUtils-MakeMaker/t/eu_command.t cpan/ExtUtils-MakeMaker/t/FIRST_MAKEFILE.t See if FIRST_MAKEFILE works cpan/ExtUtils-MakeMaker/t/fixin.t See if ExtUtils::MakeMaker works cpan/ExtUtils-MakeMaker/t/fix_libs.t Test for ExtUtils::MakeMaker |