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 /Porting | |
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 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d5a77b5d6f..728d6b4614 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -493,7 +493,7 @@ use File::Glob qw(:case); 'CPAN::Meta' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.110930.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.112150.tar.gz', 'FILES' => q[cpan/CPAN-Meta], 'EXCLUDED' => [ qr/^xt/, |