In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/d3c89c47761c74a328499a816b05990e18ed357e?hp=a15b7957181646517d8622bc416574e4627c2ec3>
- Log ----------------------------------------------------------------- commit d3c89c47761c74a328499a816b05990e18ed357e Author: Steffen Mueller <[email protected]> Date: Wed Sep 30 09:41:46 2009 +0200 Adriano Ferreira prefers blead as upstream I'm skipping the entry for Shell.pm since it's going to be deprecated and should live on CPAN primarily. ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 7e7aacc..44f52cb 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -547,7 +547,7 @@ use File::Glob qw(:case); 'lib/' => 'lib/', }, 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'ExtUtils::CBuilder' => @@ -853,7 +853,7 @@ use File::Glob qw(:case); 'FILES' => q[ext/Locale-Maketext], 'EXCLUDED' => [ qw{perlcriticrc t/00_load.t t/pod.t} ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'Locale::Maketext::Simple' => @@ -1259,7 +1259,7 @@ use File::Glob qw(:case); 'lib/perldoc.pod' => 'pod/perldoc.pod', }, 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'Pod::Plainer' => -- Perl5 Master Repository
