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 /cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm | |
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 'cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm')
-rw-r--r-- | cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm index 748e26e5ca..ab41435ea2 100644 --- a/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm +++ b/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Darwin.pm @@ -7,7 +7,7 @@ BEGIN { our @ISA = qw( ExtUtils::MM_Unix ); } -our $VERSION = '6.61_01'; +our $VERSION = '6.63_01'; =head1 NAME |