diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-03 09:17:26 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-08-03 09:17:26 +0100 |
commit | 730e5b5b833ac104cb59b730cd59e857559470d8 (patch) | |
tree | 8253b1b39187e130756b288ebbf7c067fc183431 /pod | |
parent | 662667f1e08ac081a3bfcaed3d91ad5410c3d6e4 (diff) | |
download | perl-730e5b5b833ac104cb59b730cd59e857559470d8.tar.gz |
Update CPAN-Meta to CPAN version 2.112150
[DELTA]
2.112150 2011-08-02 22:25:41 America/New_York
[BUGFIX]
- Stringify any objects encountered during conversion. (RT #67295)
- Fixed some broken URLs in documentation and for LGPL in legacy
conversion (RT #68738)
- Fixed invalid private Pod in CPAN::Meta::Validator (RT #65925)
[SPEC]
- Clarified that file paths in the 'provides' section must be in
Unix-style (i.e. forward slashes) (RT #69045)
- Replaced examples using Module::Build::ModuleInfo with Module::Metadata
(RT #66135)
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perldelta.pod | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 88119dc528..6ab99d01ee 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -111,6 +111,15 @@ Fixed support for v-strings and x.y.z versions with v5.8.4 =item * +L<CPAN::Meta> has been upgraded from version 2.110930_001 to version 2.112150 + +Stringify any objects encountered during conversion. + +Clarified that file paths in the 'provides' section must be in +Unix-style (i.e. forward slashes) + +=item * + L<ExtUtils::Install> has been upgraded from version 1.56 to version 1.57. There is no change to ExtUtils::Install other than the version number |