diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-30 22:37:19 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2011-12-30 23:44:10 +0000 |
commit | 2b2835753f61bf52dde32b99603e1546a1c6ee78 (patch) | |
tree | 288dc3f4db3c616983d9bcbf90b6b7feb3b2d219 /Porting | |
parent | 8c9e50e76ac4058a63c63a3d1714aa2556ca9393 (diff) | |
download | perl-2b2835753f61bf52dde32b99603e1546a1c6ee78.tar.gz |
Update CPAN-Meta to CPAN version 2.113640
[DELTA]
2.113640 2011-12-30 15:19:46 America/New_York
- Version::Requirements has now been merged as CPAN::Meta::Requirements,
rendering Version::Requirements itself redundant
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 b4ca87b1dc..192f1ad500 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -480,7 +480,7 @@ use File::Glob qw(:case); 'CPAN::Meta' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.112621.tar.gz', + 'DISTRIBUTION' => 'RJBS/CPAN-Meta-2.113640.tar.gz', 'FILES' => q[cpan/CPAN-Meta], 'EXCLUDED' => [ qw(t/00-compile.t), |