In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/5ac8265c47c6d6d1196cc5b025264db4ce651a1c?hp=dd698a052986b1a3b3a1969c7d44d0275ddb6939>
- Log ----------------------------------------------------------------- commit 5ac8265c47c6d6d1196cc5b025264db4ce651a1c Author: Florian Ragwitz <[email protected]> Date: Sat Dec 11 12:01:22 2010 +0100 Encode has CPAN as its upstream As confirmed by Dan. ----------------------------------------------------------------------- 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 d6d87a2..f16cb8d 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -510,7 +510,7 @@ use File::Glob qw(:case); 'MAINTAINER' => 'dankogai', 'DISTRIBUTION' => 'DANKOGAI/Encode-2.40.tar.gz', 'FILES' => q[cpan/Encode], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'encoding::warnings' => -- Perl5 Master Repository
