From: Steffen Mueller Date: Tue, 20 Apr 2010 21:24:46 +0000 (+0200) Subject: Add contact information for Sullivan Beck X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=47da31196c8d977e6058ef67208386e2ba72aa22;p=p5sagit%2Fp5-mst-13.2.git Add contact information for Sullivan Beck ... and mark him responsible for Locale::Codes, which is now "upstream => cpan" --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index cbd65aa..475945f 100755 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -76,6 +76,7 @@ use File::Glob qw(:case); 'sadahiro' => 'SADAHIRO Tomoyuki ', 'salva' => 'Salvador Fandiño García ', 'saper' => 'Sébastien Aperghis-Tramoni ', + 'sbeck' => 'Sullivan Beck ', 'sburke' => 'Sean Burke ', 'mschwern' => 'Michael Schwern ', 'simonw' => 'Simon Wistow ', @@ -841,11 +842,11 @@ use File::Glob qw(:case); 'Locale-Codes' => { - 'MAINTAINER' => 'neilb', + 'MAINTAINER' => 'sbeck', 'DISTRIBUTION' => 'NEILB/Locale-Codes-2.07.tar.gz', 'FILES' => q[cpan/Locale-Codes], 'CPAN' => 1, - 'UPSTREAM' => undef, + 'UPSTREAM' => 'cpan', }, 'Locale::Maketext' =>