X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/f366f7b38b027e6aab7ac71e1c1715678bda65b1..f2cba68dfbed8d8ba2bc905001d64997095d148a:/Porting/Maintainers.pl diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 95a1598..f4f41cb 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -13,7 +13,8 @@ package Maintainers; 'abergman' => 'Arthur Bergman ', 'ams' => 'Abhijit Menon-Sen ', 'andk' => 'Andreas J. Koenig ', - 'autrijus' => 'Autrijus Tang ', + 'arandal' => 'Allison Randal ', + 'autrijus' => 'Audrey Tang ', 'bbb' => 'Rob Brown ', 'craig' => 'Craig Berry ', 'dankogai' => 'Dan Kogai ', @@ -27,21 +28,24 @@ package Maintainers; 'ilyam' => 'Ilya Martynov ', 'ilyaz' => 'Ilya Zakharevich ', 'jand' => 'Jan Dubois ', + 'jdhedden' => 'Jerry D. Hedden ', 'jhi' => 'Jarkko Hietaniemi ', 'jstowe' => 'Jonathan Stowe ', 'jv' => 'Johan Vromans ', + 'kane' => 'Jos Boumans ', 'kwilliams' => 'Ken Williams ', 'laun' => 'Wolfgang Laun ', 'lstein' => 'Lincoln D. Stein ', 'marekr' => 'Marek Rouchal ', 'mhx' => 'Marcus Holland-Moritz ', 'mjd' => 'Mark-Jason Dominus ', + 'mshelor' => 'Mark Shelor ', 'muir' => 'David Muir Sharnoff ', 'neilb' => 'Neil Bowers ', 'ni-s' => 'Nick Ing-Simmons ', 'p5p' => 'perl5-porters ', 'perlfaq' => 'perlfaq-workers ', - 'petdance' => 'Andy Lester ', + 'petdance' => 'Andy Lester ', 'pmqs' => 'Paul Marquess ', 'pvhp' => 'Peter Prymmer ', 'rclamp' => 'Richard Clamp ', @@ -49,11 +53,15 @@ package Maintainers; 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', 'sadahiro' => 'SADAHIRO Tomoyuki ', + 'salva' => 'Salvador Fandiño García ', + 'saper' => 'Sébastien Aperghis-Tramoni ', 'sburke' => 'Sean Burke ', 'mschwern' => 'Michael Schwern ', 'smccam' => 'Stephen McCamant ', 'tels' => 'perl_dummy a-t bloodgate.com', - 'tjenness' => 'Tim Jenness ' + 'tomhughes' => 'Tom Hughes ', + 'tjenness' => 'Tim Jenness ', + 'yves' => 'Yves Orton ', ); # The FILES is either filenames, or glob patterns, or directory @@ -62,6 +70,20 @@ package Maintainers; %Modules = ( + 'Archive::Tar' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Archive/Tar.pm lib/Archive/Tar], + 'CPAN' => 1, + }, + + 'assertions' => + { + 'MAINTAINER' => 'salva', + 'FILES' => q[lib/assertions.pm lib/assertions t/comp/assertions.t t/comp/asstcompat.t], + 'CPAN' => 1, + }, + 'Attribute::Handlers' => { 'MAINTAINER' => 'abergman', @@ -98,6 +120,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Compress::Zlib' => + { + 'MAINTAINER' => 'pmqs', + 'FILES' => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm], + 'CPAN' => 1, + }, + 'CGI' => { 'MAINTAINER' => 'lstein', @@ -161,6 +190,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Digest::SHA' => + { + 'MAINTAINER' => 'mshelor', + 'FILES' => q[ext/Digest/SHA], + 'CPAN' => 1, + }, + 'Encode' => { 'MAINTAINER' => 'dankogai', @@ -182,14 +218,36 @@ package Maintainers; 'CPAN' => 0, }, + 'ExtUtils::CBuilder' => + { + 'MAINTAINER' => 'kwilliams', + 'FILES' => q[lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder], + 'CPAN' => 1, + }, + + 'ExtUtils::Install' => + + { + 'MAINTAINER' => 'yves', + 'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm], + 'CPAN' => 1, + }, + 'ExtUtils::MakeMaker' => { 'MAINTAINER' => 'mschwern', - 'FILES' => q[lib/ExtUtils/{Command,Install,Installed,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,Packlist,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP} + 'FILES' => q[lib/ExtUtils/{Command,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP} lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm], 'CPAN' => 1, }, + 'ExtUtils::ParseXS' => + { + 'MAINTAINER' => 'kwilliams', + 'FILES' => q[lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS], + 'CPAN' => 1, + }, + 'faq' => { 'MAINTAINER' => 'perlfaq', @@ -250,9 +308,16 @@ package Maintainers; 'IO' => { - 'MAINTAINER' => 'p5p', # Not gbarr. + 'MAINTAINER' => 'gbarr', 'FILES' => q[ext/IO], - 'CPAN' => 0, + 'CPAN' => 1, + }, + + 'IO::Zlib' => + { + 'MAINTAINER' => 'tomhughes', + 'FILES' => q[lib/IO/Zlib.pm lib/IO/Zlib], + 'CPAN' => 1, }, 'libnet' => @@ -279,7 +344,7 @@ package Maintainers; 'Locale::Maketext' => { - 'MAINTAINER' => 'sburke', + 'MAINTAINER' => 'petdance', 'FILES' => q[lib/Locale/Maketext.pm lib/Locale/Maketext], 'CPAN' => 1, }, @@ -299,6 +364,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Math::BigInt::FastCalc' => + { + 'MAINTAINER' => 'tels', + 'FILES' => q[ext/Math/BigInt/FastCalc], + 'CPAN' => 1, + }, + 'Math::BigRat' => { 'MAINTAINER' => 'tels', @@ -320,6 +392,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Module::Build' => + { + 'MAINTAINER' => 'kwilliams', + 'FILES' => q[lib/Module/Build lib/Module/Build.pm], + 'CPAN' => 1, + }, + 'Module::CoreList' => { 'MAINTAINER' => 'rclamp', @@ -400,12 +479,26 @@ package Maintainers; 'CPAN' => 0, }, - 'PodParser' => { + 'Pod::Escapes' => + { + 'MAINTAINER' => 'sburke', + 'FILES' => q[lib/Pod/Escapes.pm lib/Pod/Escapes], + 'CPAN' => 1, + }, + + '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, }, + 'Pod::Simple' => + { + 'MAINTAINER' => 'arandal', + 'FILES' => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple], + 'CPAN' => 1, + }, + 'Pod::LaTeX' => { 'MAINTAINER' => 'tjenness', @@ -523,9 +616,17 @@ package Maintainers; 'threads' => { - 'MAINTAINER' => 'abergman', - 'FILES' => q[ext/threads], - 'CPAN' => 0, + 'MAINTAINER' => 'jdhedden', + 'FILES' => q[ext/threads/hints ext/threads/t + ext/threads/threads.{pm,xs} ext/threads/typemap], + 'CPAN' => 1, + }, + + 'threads::shared' => + { + 'MAINTAINER' => 'jdhedden', + 'FILES' => q[ext/threads/shared], + 'CPAN' => 1, }, 'Tie::File' => @@ -586,6 +687,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',