X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FMaintainers.pl;h=04460549be6608838073bb704528e27e540b4869;hb=b26492eee9e9f6169aa5698b42a13506468cb846;hp=3d04db7c45a82165294cb0b1575ffb68d40ccac6;hpb=f10e3d8c7d96285a0be2a1b81fca513679b1a513;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3d04db7..0446054 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,14 +28,19 @@ '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 ', @@ -156,6 +164,13 @@ 'CPAN' => 1, }, + 'faq' => + { + 'MAINTAINER' => 'perlfaq', + 'FILES' => q[pod/perlfaq*], + 'CPAN' => 0, + }, + 'File::Spec' => { 'MAINTAINER' => 'kwilliams', @@ -222,7 +237,7 @@ 'CPAN' => 1, }, - 'Scalar-List-Util' => + 'Scalar-List-Utils' => { 'MAINTAINER' => 'gbarr', 'FILES' => q[ext/List/Util], @@ -293,17 +308,68 @@ 'CPAN' => 1, }, + 'perlebcdic' => + { + 'MAINTAINER' => 'pvhp', + 'FILES' => q[pod/perlebcdic.pod], + 'CPAN' => 0, + }, + 'PerlIO' => { 'MAINTAINER' => 'p5p', - 'FILES' => q[ext/PerlIO lib/PerlIO], + 'FILES' => q[ext/PerlIO], 'CPAN' => 1, }, - 'Pod::Find' => + '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, + }, + + 'PodParser' => { 'MAINTAINER' => 'marekr', - 'FILES' => q[lib/Pod/Find.pm t/pod/find.t], + 'FILES' => q[lib/Pod/{InputObjects,Parser,ParseUtils,Select,PlainText,Usage,Checker,Find}.pm pod/pod{select,2usage,checker}.PL t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl t/pod/emptycmd.* t/pod/find.t t/pod/for.* t/pod/headings.* t/pod/include.* t/pod/included.* t/pod/lref.* t/pod/multiline_items.* t/pod/nested_items.* t/pod/nested_seqs.* t/pod/oneline_cmds.* t/pod/poderrs.* t/pod/pod2usage.* t/pod/podselect.* t/pod/special_seqs.*], 'CPAN' => 1, }, @@ -317,7 +383,7 @@ 'podlators' => { 'MAINTAINER' => 'rra', - 'FILES' => q[lib/Pod/{Checker,Find,Html,InputObjects,Man,ParseLink,Parser,ParseUtils,PlainText,Select,Text,Text/{Color,Overstrike,Termcap},Usage}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{basic,man,parselink,text*}.t} lib/Pod/t/{InputObjects,Select,Usage,utils}.t], + 'FILES' => q[lib/Pod/{Html,Man,ParseLink,Text,Text/{Color,Overstrike,Termcap}}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{man,parselink,text*}.t}], 'CPAN' => 1, }, @@ -331,8 +397,8 @@ 'Pod::Plainer' => { 'MAINTAINER' => 'rmbarker', - 'FILES' => q[lib/Pod/Plainer.pm], - 'CPAN' => 1, + 'FILES' => q[lib/Pod/Plainer.pm t/pod/plainer.t], + 'CPAN' => 0, }, 'Safe' => @@ -380,7 +446,7 @@ 'Test' => { - 'MAINTAINER' => 'mschwern', + 'MAINTAINER' => 'sburke', 'FILES' => q[lib/Test.pm lib/Test/t], 'CPAN' => 1, }, @@ -487,6 +553,13 @@ 'CPAN' => 0, }, + 's2p' => + { + 'MAINTAINER' => 'laun', + 'FILES' => q[x2p/s2p.PL], + 'CPAN' => 0, + }, + ); 1;