In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/2a1c7641e3ae3b554a2352854dba5d438a05e401?hp=e00efef0fced6467da8d1c473f3a8e69d2749c18>
- Log ----------------------------------------------------------------- commit 2a1c7641e3ae3b554a2352854dba5d438a05e401 Author: Nicholas Clark <n...@ccl4.org> Date: Wed Sep 30 16:46:24 2009 +0100 Encode is actually version 2.37 from CPAN. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 81f7923..315e58f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -514,7 +514,7 @@ use File::Glob qw(:case); 'Encode' => { 'MAINTAINER' => 'dankogai', - 'DISTRIBUTION' => 'DANKOGAI/Encode-2.35.tar.gz', + 'DISTRIBUTION' => 'DANKOGAI/Encode-2.37.tar.gz', 'FILES' => q[cpan/Encode], 'EXCLUDED' => [ qw{t/piconv.t} ], # FIXME 'CPAN' => 1, -- Perl5 Master Repository