diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-17 12:46:15 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-17 13:19:37 +0000 |
commit | f79ce037a8033149e8d6cee133f587111b0ada9b (patch) | |
tree | 39b58a97c128f782f2f95661abc8ba1ccae02fc7 /Porting | |
parent | 95683ed09443a8579df94618d9c583b4f8265a6b (diff) | |
download | perl-f79ce037a8033149e8d6cee133f587111b0ada9b.tar.gz |
Update Parse-CPAN-Meta to CPAN version 1.4412
[DELTA]
1.4412 2014-02-17 07:14:43-05:00 America/New_York
[FIXED]
- Added prerequisite on Encode 2.11 (Paul Howarth)
1.4411 2014-02-16 23:06:00-05:00 America/New_York
[FIXED]
- Invalid UTF-8 encoding in YAML files are now replaced with "PERLQQ"
quoting from the Encode module and without warnings.
- Removed legacy test modifications for $ENV{PERL_CORE}
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 2e782ac420..658a731f7c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -876,7 +876,7 @@ use File::Glob qw(:case); }, 'Parse::CPAN::Meta' => { - 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4410.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4412.tar.gz', 'FILES' => q[cpan/Parse-CPAN-Meta], 'EXCLUDED' => [ qw(t/00-compile.t), |