X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FMaintainers.pl;h=d458f1798bf071f205cfb88f9748c362613e8e25;hb=0f1209c3fbbdc81a56759a26ef10bf7912b1b5ab;hp=aa9e2fc1c23e3221e9d49564af9f49c059a043b6;hpb=c0c947a6c11823189777ee916efeb0fc3a5537e6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index aa9e2fc..d458f17 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -30,6 +30,7 @@ package Maintainers; 'jhi' => 'Jarkko Hietaniemi ', 'jstowe' => 'Jonathan Stowe ', 'jv' => 'Johan Vromans ', + 'kane' => 'Jos Boumans ', 'kwilliams' => 'Ken Williams ', 'laun' => 'Wolfgang Laun ', 'lstein' => 'Lincoln D. Stein ', @@ -49,10 +50,12 @@ package Maintainers; 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', 'sadahiro' => 'SADAHIRO Tomoyuki ', + 'saper' => 'Sébastien Aperghis-Tramoni ', 'sburke' => 'Sean Burke ', 'mschwern' => 'Michael Schwern ', 'smccam' => 'Stephen McCamant ', 'tels' => 'perl_dummy a-t bloodgate.com', + 'tomhughes' => 'Tom Hughes ', 'tjenness' => 'Tim Jenness ' ); @@ -62,6 +65,13 @@ package Maintainers; %Modules = ( + 'Archive::Tar' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Archive/Tar.pm lib/Archive/Tar], + 'CPAN' => 1, + }, + 'Attribute::Handlers' => { 'MAINTAINER' => 'abergman', @@ -98,6 +108,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Compress::Zlib' => + { + 'MAINTAINER' => 'pmqs', + 'FILES' => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm], + 'CPAN' => 1, + }, + 'CGI' => { 'MAINTAINER' => 'lstein', @@ -182,6 +199,13 @@ package Maintainers; 'CPAN' => 0, }, + 'ExtUtils::CBuilder' => + { + 'MAINTAINER' => 'kwilliams', + 'FILES' => q[lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder], + 'CPAN' => 1, + }, + 'ExtUtils::MakeMaker' => { 'MAINTAINER' => 'mschwern', @@ -190,6 +214,13 @@ package Maintainers; 'CPAN' => 1, }, + 'ExtUtils::ParseXS' => + { + 'MAINTAINER' => 'kwilliams', + 'FILES' => q[lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS], + 'CPAN' => 1, + }, + 'faq' => { 'MAINTAINER' => 'perlfaq', @@ -250,11 +281,18 @@ package Maintainers; 'IO' => { - 'MAINTAINER' => 'p5p', # Not gbarr. + 'MAINTAINER' => 'gbarr', 'FILES' => q[ext/IO], 'CPAN' => 0, }, + 'IO::Zlib' => + { + 'MAINTAINER' => 'tomhughes', + 'FILES' => q[lib/IO/Zlib.pm lib/IO/Zlib], + 'CPAN' => 1, + }, + 'libnet' => { 'MAINTAINER' => 'gbarr', @@ -407,7 +445,7 @@ package Maintainers; 'CPAN' => 0, }, - 'PodParser' => { + 'Pod::Parser' => { 'MAINTAINER' => 'marekr', '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, @@ -593,6 +631,13 @@ package Maintainers; 'CPAN' => 0, }, + 'XSLoader' => + { + 'MAINTAINER' => 'saper', + 'FILES' => q[ext/DynaLoader/t/XSLoader.t ext/DynaLoader/XSLoader_pm.PL], + 'CPAN' => 1, + }, + 's2p' => { 'MAINTAINER' => 'laun',