X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/28e02856aab6acbd43654cb482013cffdacdf723..868b60787e2625b93a647ab61f53849d7281cc87:/Porting/Maintainers.pl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 16e6d59..996f5a4 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -6,6 +6,8 @@ # and in CPAN. Those that have a CPAN existence, have the CPAN # attribute set to true. +package Maintainers; + %Maintainers = ( 'abergman' => 'Arthur Bergman ', @@ -16,6 +18,7 @@ 'dankogai' => 'Dan Kogai ', 'dconway' => 'Damian Conway ', 'drolsky' => 'Dave Rolsky ', + 'elizabeth' => 'Elizabeth Mattijsen ', 'gbarr' => 'Graham Barr ', 'gaas' => 'Gisle Aas ', 'gsar' => 'Gurusamy Sarathy ', @@ -25,19 +28,24 @@ 'jstowe' => 'Jonathan Stowe ', 'jv' => 'Johan Vromans ', 'kwilliams' => 'Ken Williams ', + 'laun' => 'Wolfgang Laun ', 'lstein' => 'Lincoln D. Stein ', 'marekr' => 'Marek Rouchal ', 'mjd' => 'Mark-Jason Dominus ', 'muir' => 'David Muir Sharnoff ', 'neilb' => 'Neil Bowers ', + 'ni-s' => 'Nick Ing-Simmons ', 'p5p' => 'perl5-porters ', + 'perlfaq' => 'perlfaq-workers ', + 'perlref' => 'Mark-Jason Dominus ', 'petdance' => 'Andy Lester ', 'pmqs' => 'Paul Marquess ', + 'pvhp' => 'Peter Prymmer ', 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', 'sadahiro' => 'SADAHIRO Tomoyuki ', 'sburke' => 'Sean Burke ', - 'schwern' => 'Michael Schwern ', + 'mschwern' => 'Michael Schwern ', 'smccam' => 'Stephen McCamant ', 'tels' => 'perl_dummy a-t bloodgate.com', 'tjenness' => 'Tim Jenness ' @@ -150,12 +158,19 @@ 'ExtUtils::MakeMaker' => { - 'MAINTAINER' => 'schwern', + 'MAINTAINER' => 'mschwern', 'FILES' => q[lib/ExtUtils/{Command,Install,Installed,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,Packlist,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker} lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm], 'CPAN' => 1, }, + 'faq' => + { + 'MAINTAINER' => 'perlfaq', + 'FILES' => q[pod/perlfaq*], + 'CPAN' => 0, + }, + 'File::Spec' => { 'MAINTAINER' => 'kwilliams', @@ -293,6 +308,13 @@ 'CPAN' => 1, }, + 'perlebcdic' => + { + 'MAINTAINER' => 'pvhp', + 'FILES' => q[pod/perlebcdic.pod], + 'CPAN' => 0, + }, + 'PerlIO' => { 'MAINTAINER' => 'p5p', @@ -300,6 +322,58 @@ 'CPAN' => 1, }, + 'perlio-doc' => + { + 'MAINTAINER' => 'ni-s', + 'FILES' => q[pod/perlapio.pod + pod/perliol.pod + lib/PerlIO.pm], + 'CPAN' => 0, + }, + + 'Perlio::via::QuotedPrint' => + { + 'MAINTAINER' => 'elizabeth', + 'FILES' => q[lib/PerlIO/via/QuotedPrint.pm + lib/PerlIO/via/t/QuotedPrint.t], + 'CPAN' => 1, + }, + + 'perlref' => + { + 'MAINTAINER' => 'mjd', + 'FILES' => q[pod/perlref.pod], + 'CPAN' => 0, + }, + + 'perlpacktut' => + { + 'MAINTAINER' => 'laun', + 'FILES' => q[pod/perlpacktut.pod], + 'CPAN' => 0, + }, + + 'perlpodspec' => + { + 'MAINTAINER' => 'sburke', + 'FILES' => q[pod/perlpodspec.pod], + 'CPAN' => 0, + }, + + 'perlthrtut' => + { + 'MAINTAINER' => 'elizabeth', + 'FILES' => q[pod/perlthrtut.pod], + 'CPAN' => 0, + }, + + 'Pod::Checker' => { + 'MAINTAINER' => 'marekr', + 'FILES' => q[lib/Pod/Checker.pm pod/podchecker.PL + t/pod/testpchk.pl], + 'CPAN' => 1, + }, + 'Pod::Find' => { 'MAINTAINER' => 'marekr', @@ -321,6 +395,15 @@ 'CPAN' => 1, }, + 'Pod::Parser' => { + 'MAINTAINER' => 'marekr', + 'FILES' => q[lib/Pod/{InputObjects,Parse{r,Utils}}.pm + t/pod/testcmp.pl + t/pod/{emptycmd,for,headings,include{,d},lref,{multiline,nested}_items,{nested,special}_seqs,oneline_cmds,poderrs}.{t,xr} + ], + 'CPAN' => 1, + }, + 'Pod::Perldoc' => { 'MAINTAINER' => 'sburke', @@ -331,7 +414,27 @@ 'Pod::Plainer' => { 'MAINTAINER' => 'rmbarker', - 'FILES' => q[lib/Pod/Plainer.pm], + 'FILES' => q[lib/Pod/Plainer.pm t/pod/plainer.t], + 'CPAN' => 0, + }, + + 'Pod::PlainText' => { + 'MAINTAINER' => 'marekr', + 'FILES' => q[lib/Pod/PlainText.pm t/pod/testp2pt.pl], + 'CPAN' => 1, + }, + + 'Pod::Select' => { + 'MAINTAINER' => 'marekr', + 'FILES' => q[lib/Pod/Select.pm pod/podselect.PL + t/pod/podselect.{t,xr}], + 'CPAN' => 1, + }, + + 'Pod::Usage' => { + 'MAINTAINER' => 'marekr', + 'FILES' => q[lib/Pod/Usage.pm pod/pod2usage.PL + t/pod/pod2usage.{t,xr}], 'CPAN' => 1, }, @@ -380,14 +483,14 @@ 'Test' => { - 'MAINTAINER' => 'schwern', + 'MAINTAINER' => 'sburke', 'FILES' => q[lib/Test.pm lib/Test/t], 'CPAN' => 1, }, 'Test::Builder' => { - 'MAINTAINER' => 'schwern', + 'MAINTAINER' => 'mschwern', 'FILES' => q[lib/Test/Builder.pm], 'CPAN' => 1, }, @@ -402,14 +505,14 @@ 'Test::More' => { - 'MAINTAINER' => 'schwern', + 'MAINTAINER' => 'mschwern', 'FILES' => q[lib/Test/More.pm], 'CPAN' => 1, }, 'Test::Simple' => { - 'MAINTAINER' => 'schwern', + 'MAINTAINER' => 'mschwern', 'FILES' => q[lib/Test/Simple.pm lib/Test/Simple t/lib/Test/Simple], 'CPAN' => 1, @@ -487,6 +590,13 @@ 'CPAN' => 0, }, + 's2p' => + { + 'MAINTAINER' => 'laun', + 'FILES' => q[x2p/s2p.PL], + 'CPAN' => 0, + }, + ); 1;