In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/07057678e35049e74ccde194a51a0052f442385c?hp=97613388b7d972090c4b9a1c3802e0f75992ee70>
- Log ----------------------------------------------------------------- commit 07057678e35049e74ccde194a51a0052f442385c Author: Florian Ragwitz <[email protected]> Date: Sat Jul 24 17:53:53 2010 +0200 Compress::Raw::{Bzip2,Zlib} have CPAN as upstream ----------------------------------------------------------------------- Summary of changes: Porting/Maintainers.pl | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 2c26d3d..746074e 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -322,7 +322,7 @@ use File::Glob qw(:case); qw( bzip2-src/bzip2-cpp.patch ) ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Compress::Raw::Zlib' => @@ -336,7 +336,7 @@ use File::Glob qw(:case); t/99pod.t ) ], - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'constant' => -- Perl5 Master Repository
