summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteffen Mueller <smueller@cpan.org>2010-04-20 23:24:46 +0200
committerVincent Pit <perl@profvince.com>2010-05-06 21:02:33 +0200
commit36693587080e3b3d31f308de4d313511d8068955 (patch)
tree343dbd65b83de5b224cd4ad14ab2a371b418e05d
parentae6b674770bebee2d47283228aae68ab2044c527 (diff)
downloadperl-36693587080e3b3d31f308de4d313511d8068955.tar.gz
Add contact information for Sullivan Beck
... and mark him responsible for Locale::Codes, which is now "upstream => cpan" (cherry picked from commit 47da31196c8d977e6058ef67208386e2ba72aa22)
-rwxr-xr-xPorting/Maintainers.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 1608efa19c..5d77bc5382 100755
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -76,6 +76,7 @@ use File::Glob qw(:case);
'sadahiro' => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>',
'salva' => 'Salvador Fandiño García <salva@cpan.org>',
'saper' => 'Sébastien Aperghis-Tramoni <saper@cpan.org>',
+ 'sbeck' => 'Sullivan Beck <sbeck@cpan.org>',
'sburke' => 'Sean Burke <sburke@cpan.org>',
'mschwern' => 'Michael Schwern <mschwern@cpan.org>',
'simonw' => 'Simon Wistow <simonw@cpan.org>',
@@ -851,11 +852,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' =>