diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-07-30 09:05:06 +0100 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-07-30 09:11:27 +0100 |
commit | 5f8324b5a4472646efc8d3efc3e79abd7ca8993f (patch) | |
tree | ff172b4e32cb67ddd05c923e11e51b53e7d02614 /Porting | |
parent | d79626a55aac49404ed146f9ee6890e0ba43c343 (diff) | |
download | perl-5f8324b5a4472646efc8d3efc3e79abd7ca8993f.tar.gz |
Update CPAN-Meta to CPAN version 2.142060
[DELTA]
2.142060 2014-07-25 13:30:06-04:00 America/New_York
[ADDED]
- CPAN::Meta::Merge is a new class for merging two possibly overlapping
instances of metadata. It will accept both CPAN::Meta objects and
(possibly incomplete) hashrefs of metadata.
Diffstat (limited to 'Porting')
-rwxr-xr-x | Porting/Maintainers.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 11aa1a9f68..b6cbbc3b1f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -282,10 +282,11 @@ use File::Glob qw(:case); # Note: When updating CPAN-Meta the META.* files will need to be regenerated # perl -Icpan/CPAN-Meta/lib Porting/makemeta 'CPAN::Meta' => { - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.141520.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.142060.tar.gz', 'FILES' => q[cpan/CPAN-Meta], 'EXCLUDED' => [ qw[t/00-report-prereqs.t], + qw[t/00-report-prereqs.dd], qr{t/README-data.txt}, qr{^xt}, qr{^history}, |