Re: Win32 modules & cygwin
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index d32fc62..508311c 100644 (file)
@@ -41,10 +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>',
        '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>',
@@ -61,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>',
@@ -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,
                },