Re: Win32 modules & cygwin
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index 31dca48..508311c 100644 (file)
@@ -41,11 +41,12 @@ package Maintainers;
        'markm'         => 'Mark Mielke <markm@cpan.org>',
        'mhx'           => 'Marcus Holland-Moritz <mhx@cpan.org>',
        'mjd'           => 'Mark-Jason Dominus <mjd@plover.com>',
-       'msergeant'     => 'Matt Sergeant <msergeant@cpan.org>'.
+       'msergeant'     => 'Matt Sergeant <msergeant@cpan.org>',
        'mshelor'       => 'Mark Shelor <mshelor@cpan.org>',
        'muir'          => 'David Muir Sharnoff <muir@cpan.org>',
        'neilb'         => 'Neil Bowers <neilb@cpan.org>',
        'nuffin'        => 'Yuval Kogman <nothingmuch@woobling.org>',
+       'osfameron'     => 'Hakim Cassimally <osfameron@perl.org>',
        'p5p'           => 'perl5-porters <perl5-porters@perl.org>',
        'perlfaq'       => 'perlfaq-workers <perlfaq-workers@perl.org>',
        'petdance'      => 'Andy Lester <andy@petdance.com>',
@@ -62,7 +63,8 @@ package Maintainers;
        'sburke'        => 'Sean Burke <sburke@cpan.org>',
        'mschwern'      => 'Michael Schwern <mschwern@cpan.org>',
        'smccam'        => 'Stephen McCamant <smccam@cpan.org>',
-       'tels'          => 'perl_dummy a-t bloodgate.com',
+       'smueller'      => 'Steffen Mueller <smueller@cpan.org>',
+       'tels'          => 'Tels <nospam-abuse@bloodgate.com>',
        'tomhughes'     => 'Tom Hughes <tomhughes@cpan.org>',
        'tjenness'      => 'Tim Jenness <tjenness@cpan.org>',
        'tyemq'         => 'Tye McQueen <tyemq@cpan.org>',
@@ -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,
                },