X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Porting%2FMaintainers.pl;h=508311c0dede0d93c80f2fe6d1b2e25e0043de6e;hb=78ff2d7be71ff9f6811d8b05bb66c4c4707951ba;hp=31dca485089c38ae714d5539a5c0231d6cd474a9;hpb=dbf3bb275a8c67f06df1e6e24df320e3d78b2d60;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 31dca48..508311c 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -41,11 +41,12 @@ package Maintainers; 'markm' => 'Mark Mielke ', 'mhx' => 'Marcus Holland-Moritz ', 'mjd' => 'Mark-Jason Dominus ', - 'msergeant' => 'Matt Sergeant '. + '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 ', @@ -62,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 ', @@ -82,6 +84,13 @@ package Maintainers; 'CPAN' => 1, }, + 'AutoLoader' => + { + 'MAINTAINER' => 'smueller', + 'FILES' => q[lib/AutoLoader.pm lib/AutoLoader.t], + 'CPAN' => 1, + }, + 'assertions' => { 'MAINTAINER' => 'salva', @@ -595,7 +604,7 @@ package Maintainers; 'Pod::Perldoc' => { - 'MAINTAINER' => 'sburke', + 'MAINTAINER' => 'osfameron', 'FILES' => q[lib/Pod/Perldoc.pm lib/Pod/Perldoc], 'CPAN' => 1, }, @@ -791,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, },