X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FMaintainers.pl;h=508311c0dede0d93c80f2fe6d1b2e25e0043de6e;hb=78ff2d7be71ff9f6811d8b05bb66c4c4707951ba;hp=d32fc627641598f9b9356770fc30a49729df3da6;hpb=f0ac4cdb6e00777d18589f0326b32a86989110af;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index d32fc62..508311c 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -41,10 +41,12 @@ package Maintainers; 'markm' => 'Mark Mielke ', 'mhx' => 'Marcus Holland-Moritz ', 'mjd' => 'Mark-Jason Dominus ', + 'msergeant' => 'Matt Sergeant ', 'mshelor' => 'Mark Shelor ', 'muir' => 'David Muir Sharnoff ', 'neilb' => 'Neil Bowers ', 'nuffin' => 'Yuval Kogman ', + 'osfameron' => 'Hakim Cassimally ', 'p5p' => 'perl5-porters ', 'perlfaq' => 'perlfaq-workers ', 'petdance' => 'Andy Lester ', @@ -61,7 +63,8 @@ package Maintainers; 'sburke' => 'Sean Burke ', 'mschwern' => 'Michael Schwern ', 'smccam' => 'Stephen McCamant ', - 'tels' => 'perl_dummy a-t bloodgate.com', + 'smueller' => 'Steffen Mueller ', + 'tels' => 'Tels ', 'tomhughes' => 'Tom Hughes ', 'tjenness' => 'Tim Jenness ', 'tyemq' => 'Tye McQueen ', @@ -81,6 +84,13 @@ package Maintainers; 'CPAN' => 1, }, + 'AutoLoader' => + { + 'MAINTAINER' => 'smueller', + 'FILES' => q[lib/AutoLoader.pm lib/AutoLoader.t], + 'CPAN' => 1, + }, + 'assertions' => { 'MAINTAINER' => 'salva', @@ -254,7 +264,7 @@ package Maintainers; 'ExtUtils::MakeMaker' => { 'MAINTAINER' => 'mschwern', - 'FILES' => q[lib/ExtUtils/{Command,Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker} + 'FILES' => q[lib/ExtUtils/{Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker} lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm], 'CPAN' => 1, }, @@ -487,6 +497,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Object::Accessor' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Object/Accessor.pm lib/Object/Accessor], + 'CPAN' => 1, + }, + 'Package::Constants' => { 'MAINTAINER' => 'kane', @@ -587,7 +604,7 @@ package Maintainers; 'Pod::Perldoc' => { - 'MAINTAINER' => 'sburke', + 'MAINTAINER' => 'osfameron', 'FILES' => q[lib/Pod/Perldoc.pm lib/Pod/Perldoc], 'CPAN' => 1, }, @@ -649,6 +666,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Term::UI' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Term/UI.pm lib/Term/UI], + 'CPAN' => 1, + }, + 'Test' => { 'MAINTAINER' => 'sburke', @@ -736,6 +760,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Time::Piece' => + { + 'MAINTAINER' => 'msergeant', + 'FILES' => q[ext/Time/Piece], + 'CPAN' => 1, + }, + 'Unicode::Collate' => { 'MAINTAINER' => 'sadahiro', @@ -769,14 +800,14 @@ package Maintainers; 'win32' => { 'MAINTAINER' => 'jand', - 'FILES' => q[win32 README.win32 t/win32], + 'FILES' => q[win32 README.win32 t/win32 ext/Win32 ext/Win32CORE], 'CPAN' => 0, }, 'Win32API::File' => { 'MAINTAINER' => 'tyemq', - 'FILES' => q[win32/ext/Win32API/File], + 'FILES' => q[ext/Win32API/File], 'CPAN' => 1, },