In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/727cc7e33e24ce25d06e8769fe359aee20a2c9d2?hp=e36877c8ad3e01c9da902459d29cc22046a60e16>
- Log ----------------------------------------------------------------- commit 727cc7e33e24ce25d06e8769fe359aee20a2c9d2 Author: Steffen Mueller <[email protected]> Date: Tue Apr 20 08:28:49 2010 +0200 Module::Pluggable has upstream => cpan According to Simon Wistow. ----------------------------------------------------------------------- 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 b303278..2d10b7c 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -1055,7 +1055,7 @@ use File::Glob qw(:case); 'DISTRIBUTION' => 'SIMONW/Module-Pluggable-3.9.tar.gz', 'FILES' => q[cpan/Module-Pluggable], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Net::Ping' => -- Perl5 Master Repository
