In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/ce2c78aa98e3135581858ffdba6f48caebfcb384?hp=ededf8dc60f9f90518141ef6f039eab3eae6a132>
- Log ----------------------------------------------------------------- commit ce2c78aa98e3135581858ffdba6f48caebfcb384 Author: David Mitchell <[email protected]> Date: Fri Jul 3 17:15:48 2009 +0100 mark I18N::LangTags as no longer dual-life ----------------------------------------------------------------------- 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 0ad9fee..31b0e86 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -867,7 +867,7 @@ package Maintainers; 'MAINTAINER' => 'p5p', 'DISTRIBUTION' => 'SBURKE/I18N-LangTags-0.35.tar.gz', 'FILES' => q[lib/I18N/LangTags.pm lib/I18N/LangTags], - 'CPAN' => 1, + 'CPAN' => 0, 'UPSTREAM' => 'blead', }, -- Perl5 Master Repository
