In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/27d8d4f034c50a2472e34bef47d5d2f00c8330c1?hp=663b33b066e6a7d2a632a63aa943090e50d649c8>
- Log ----------------------------------------------------------------- commit 27d8d4f034c50a2472e34bef47d5d2f00c8330c1 Author: Vincent Pit <[email protected]> Date: Tue Aug 18 00:21:07 2009 +0200 Sebastien decided what was the UPSTREAM for his modules ----------------------------------------------------------------------- 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 257f2ec..0851f82 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -395,7 +395,7 @@ package Maintainers; 't/' => 'lib/', }, 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 'CPAN' => @@ -1649,7 +1649,7 @@ package Maintainers; }, ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Term::ANSIColor' => @@ -2031,7 +2031,7 @@ package Maintainers; XSLoader.pm}, # we use XSLoader_pm.PL ], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'blead', }, 's2p' => -- Perl5 Master Repository
