From: Jarkko Hietaniemi Date: Wed, 30 Jul 2003 09:40:28 +0000 (+0000) Subject: Use the CPAN id where available. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=18aeab5e805e956a257922eedfee8958046c345c;p=p5sagit%2Fp5-mst-13.2.git Use the CPAN id where available. p4raw-id: //depot/perl@20338 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f9ce833..fa4724c 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -8,23 +8,23 @@ %Maintainers = ( + 'abergman' => 'Arthur Bergman ', 'ams' => 'Abhijit Menon-Sen ', - 'andreas' => 'Andreas J. Koenig ', - 'arthur' => 'Arthur Bergman ', - 'autarch' => 'Dave Rolsky ', + 'andk' => 'Andreas J. Koenig ', 'bbb' => 'Rob Brown ', 'craig' => 'Craig Berry ', - 'damian' => 'Damian Conway ', 'dankogai' => 'Dan Kogai ', + 'dconway' => 'Damian Conway ', + 'drolsky' => 'Dave Rolsky ', 'gbarr' => 'Graham Barr ', + 'gaas' => 'Gisle Aas ', 'gsar' => 'Gurusamy Sarathy ', - 'gisle' => 'Gisle Aas ', 'ilyam' => 'Ilya Martynov ', 'ilyaz' => 'Ilya Zakharevich ', 'jhi' => 'Jarkko Hietaniemi ', - 'jns' => 'Jonathan Stowe ', - 'jvromans' => 'Johan Vromans ', - 'kenw' => 'Ken Williams ', + 'jstowe' => 'Jonathan Stowe ', + 'jv' => 'Johan Vromans ', + 'kwilliams' => 'Ken Williams ', 'lstein' => 'Lincoln D. Stein ', 'marekr' => 'Marek Rouchal ', 'mjd' => 'Mark-Jason Dominus ', @@ -32,13 +32,13 @@ 'neilb' => 'Neil Bowers ', 'p5p' => 'perl5-porters ', 'petdance' => 'Andy Lester ', - 'pmarquess' => 'Paul Marquess ', + 'pmqs' => 'Paul Marquess ', 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', 'sadahiro' => 'SADAHIRO Tomoyuki ', 'sburke' => 'Sean Burke ', 'schwern' => 'Michael Schwern ', - 'smcc' => 'Stephen McCamant ', + 'smccam' => 'Stephen McCamant ', 'tels' => 'perl_dummy a-t bloodgate.com', 'tjenness' => 'Tim Jenness ' ); @@ -51,7 +51,7 @@ 'Attribute::Handlers' => { - 'MAINTAINER' => 'arthur', + 'MAINTAINER' => 'abergman', 'FILES' => q[lib/Attribute/Handlers.pm lib/Attribute/Handlers], 'CPAN' => 1, @@ -59,14 +59,14 @@ 'B::Concise' => { - 'MAINTAINER' => 'smcc', + 'MAINTAINER' => 'smccam', 'FILES' => q[ext/B/B/Concise.pm ext/B/t/concise.t], 'CPAN' => 0, }, 'B::Deparse' => { - 'MAINTAINER' => 'smcc', + 'MAINTAINER' => 'smccam', 'FILES' => q[ext/B/B/Deparse.pm ext/B/t/deparse.t], 'CPAN' => 0, }, @@ -94,7 +94,7 @@ 'CPAN' => { - 'MAINTAINER' => 'andreas', + 'MAINTAINER' => 'andk', 'FILES' => q[lib/CPAN.pm lib/CPAN], 'CPAN' => 1, }, @@ -108,28 +108,28 @@ 'DB::File' => { - 'MAINTAINER' => 'pmarquess', + 'MAINTAINER' => 'pmqs', 'FILES' => q[ext/DB_File], 'CPAN' => 1, }, 'Devel::PPPort' => { - 'MAINTAINER' => 'pmarquess', + 'MAINTAINER' => 'pmqs', 'FILES' => q[ext/Devel/PPPort], 'CPAN' => 1, }, 'Digest' => { - 'MAINTAINER' => 'gisle', + 'MAINTAINER' => 'gaas', 'FILES' => q[lib/Digest.{pm,t}], 'CPAN' => 1, }, 'Digest::MD5' => { - 'MAINTAINER' => 'gisle', + 'MAINTAINER' => 'gaas', 'FILES' => q[ext/Digest/MD5], 'CPAN' => 1, }, @@ -158,7 +158,7 @@ 'File::Spec' => { - 'MAINTAINER' => 'kenw', + 'MAINTAINER' => 'kwilliams', 'FILES' => q[lib/File/Spec.pm lib/File/Spec], 'CPAN' => 1, }, @@ -172,7 +172,7 @@ 'Filter::Simple' => { - 'MAINTAINER' => 'damian', + 'MAINTAINER' => 'dconway', 'FILES' => q[lib/Filter/Simple.pm lib/Filter/Simple t/lib/Filter/Simple], 'CPAN' => 1, @@ -180,7 +180,7 @@ 'Filter::Util::Call' => { - 'MAINTAINER' => 'pmarquess', + 'MAINTAINER' => 'pmqs', 'FILES' => q[ext/Filter/Util/Call ext/Filter/t/call.t t/lib/filter-util.pl], 'CPAN' => 1, @@ -188,7 +188,7 @@ 'Getopt::Long' => { - 'MAINTAINER' => 'jvromans', + 'MAINTAINER' => 'jv', 'FILES' => q[lib/Getopt/Long.pm lib/Getopt/Long], 'CPAN' => 1, }, @@ -274,7 +274,7 @@ 'MIME::Base64' => { - 'MAINTAINER' => 'gisle', + 'MAINTAINER' => 'gaas', 'FILES' => q[ext/MIME/Base64], 'CPAN' => 1, }, @@ -288,7 +288,7 @@ 'NEXT' => { - 'MAINTAINER' => 'damian', + 'MAINTAINER' => 'dconway', 'FILES' => q[lib/NEXT.pm lib/NEXT], 'CPAN' => 1, }, @@ -344,7 +344,7 @@ 'Switch' => { - 'MAINTAINER' => 'damian', + 'MAINTAINER' => 'dconway', 'FILES' => q[lib/Switch.pm lib/Switch], 'CPAN' => 1, }, @@ -359,7 +359,7 @@ 'Text::Balanced' => { - 'MAINTAINER' => 'damian', + 'MAINTAINER' => 'dconway', 'FILES' => q[lib/Text/Balanced.pm lib/Text/Balanced], 'CPAN' => 1, }, @@ -410,14 +410,14 @@ 'Term::Cap' => { - 'MAINTAINER' => 'jns', + 'MAINTAINER' => 'jstowe', 'FILES' => q[lib/Term/Cap.{pm,t}], 'CPAN' => 1, }, 'threads' => { - 'MAINTAINER' => 'arthur', + 'MAINTAINER' => 'abergman', 'FILES' => q[ext/threads], 'CPAN' => 1, }, @@ -438,7 +438,7 @@ 'Time::Local' => { - 'MAINTAINER' => 'autarch', + 'MAINTAINER' => 'drolsky', 'FILES' => q[lib/Time/Local.{pm,t}], 'CPAN' => 1, }, @@ -467,10 +467,10 @@ 'warnings' => { - 'MAINTAINER' => 'pmarquess', + 'MAINTAINER' => 'pmqs', 'FILES' => q[warnings.pl lib/warnings.{pm,t} lib/warnings t/lib/warnings], - 'CPAN' => 1, + 'CPAN' => 0, }, 'win32' =>