diff options
author | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-16 13:38:19 +0000 |
---|---|---|
committer | Chris 'BinGOs' Williams <chris@bingosnet.co.uk> | 2014-02-16 13:38:19 +0000 |
commit | 4a2e143cff36871f89b48256c155d0025555cd75 (patch) | |
tree | f2a8e26c80b4809a801f0a42766b96b64e345602 /Porting | |
parent | ebc3223bab067b549ef33847e4e96da1fd40df8a (diff) | |
download | perl-4a2e143cff36871f89b48256c155d0025555cd75.tar.gz |
Update Parse-CPAN-Meta to CPAN version 1.4410
[DELTA]
1.4410 2014-02-16 00:47:48-05:00 America/New_York
[INCOMPATIBLE CHANGES]
- Dropped support for Perl's before v5.8.1 to ensure proper
UTF-8 and IO layer support
[CHANGED]
- Updated CPAN::Meta::YAML prereq to 0.011 due to deprecation
of 'errstr' and consistent use of exceptions
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 fb631d2331..2e782ac420 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.4409.tar.gz', + 'DISTRIBUTION' => 'DAGOLDEN/Parse-CPAN-Meta-1.4410.tar.gz', 'FILES' => q[cpan/Parse-CPAN-Meta], 'EXCLUDED' => [ qw(t/00-compile.t), |