diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-26 20:10:05 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-10-26 20:11:53 +0100 |
commit | 00441cfaf30f333fb7f20be1cf3913667a6f533d (patch) | |
tree | 0138ea5846556877516b6309a2e8eb36cc60080f /MANIFEST | |
parent | c73c07e4506ef659dc543d7755cba281bfd78e6d (diff) | |
download | perl-00441cfaf30f333fb7f20be1cf3913667a6f533d.tar.gz |
Update ExtUtils-MakeMaker to CPAN version 6.63_01
[DELTA]
6.63_01 Sun Oct 23 16:57:24 PDT 2011
Bug Fixes
* Stray $ in the PPD and meta files (for example, from the ABSTRACT)
are now escaped. [rt.cpan.org 71847]
Possibly incompatible changes
* echo() now escapes all dollar signs by default
New Features
* echo() has an option to allow make variable expansion.
* echo() is now passed a hash of options (old style $appending flag
still works for compatibility).
* quote_literal() now escapes dollar signs, but allows make variables.
* quote_literal() has an option to escape make variables.
* escape_dollarsigns() to escape dollar signs but allow variables
* escape_all_dollarsigns() to escape all dollar signs
Improvements
* The PPD VERSION is now derived from the VERSION variable in the Makefile
rather than hard coded.
Bundled Modules
* Updated CPAN::Meta to 2.112621
* Updated CPAN::Meta::YAML to 0.004
* Updated JSON::PP to 2.27200
6.62 Sun Oct 23 16:43:36 PDT 2011
No changes from 6.61_01
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1054,6 +1054,7 @@ 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/dir_target.t Verify if dir_target() is supported +cpan/ExtUtils-MakeMaker/t/echo.t Test for ExtUtils::MakeMaker 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 |