diff options
author | Stevan Little <stevan.little@iinteractive.com> | 2011-09-19 12:57:51 -0400 |
---|---|---|
committer | Stevan Little <stevan.little@iinteractive.com> | 2011-09-19 13:02:48 -0400 |
commit | a808a03dd481002feaeb2455c3473fe7f9beacd1 (patch) | |
tree | d65c741212aa597b4470ad0c6b985ea853e5423c /Porting | |
parent | 47804c8ae8984a787d0086283d3128b3bc366c80 (diff) | |
download | perl-a808a03dd481002feaeb2455c3473fe7f9beacd1.tar.gz |
Update CPAN-Meta to CPAN version 2.112621
[DELTA]
2.112621 2011-09-19 12:15:16 America/New_York
[BUGFIX]
- Spell BACKEND environment variables correctly this time
[noticed by Stevan Little]
2.112620 2011-09-18 20:56:06 America/New_York
[BUGFIX]
- Protect tests against PERL_(YAML|JSON)_BACKEND settings that could
cause tests to fail. (RT #69979)
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 08967b6536..094332b2e3 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -496,7 +496,7 @@ use File::Glob qw(:case); 'CPAN::Meta' => { 'MAINTAINER' => 'dagolden', - 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.112600.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/CPAN-Meta-2.112621.tar.gz', 'FILES' => q[cpan/CPAN-Meta], 'EXCLUDED' => [ qr/^xt/, |