Upgrade to Test::Harness 3.05
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index 25f65ef..5661297 100644 (file)
@@ -14,6 +14,7 @@ package Maintainers;
        'abigail'       => 'Abigail <abigail@abigail.be>',
        'ams'           => 'Abhijit Menon-Sen <ams@cpan.org>',
        'andk'          => 'Andreas J. Koenig <andk@cpan.org>',
+       'andya'         => 'Andy Armstrong <andya@cpan.org>',
        'arandal'       => 'Allison Randal <allison@perl.org>',
        'audreyt'       => 'Audrey Tang <cpan@audreyt.org>',
        'avar'          => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>',
@@ -21,6 +22,7 @@ package Maintainers;
        'craig'         => 'Craig Berry <craigberry@mac.com>',
        'dankogai'      => 'Dan Kogai <dankogai@cpan.org>',
        'dconway'       => 'Damian Conway <dconway@cpan.org>',
+       'dland'         => 'David Landgren <dland@cpan.org>',
        'dmanura'       => 'David Manura <dmanura@cpan.org>',
        'drolsky'       => 'Dave Rolsky <drolsky@cpan.org>',
        'elizabeth'     => 'Elizabeth Mattijsen <liz@dijkmat.nl>',
@@ -33,6 +35,7 @@ package Maintainers;
        'jand'          => 'Jan Dubois <jand@activestate.com>',
        'jdhedden'      => 'Jerry D. Hedden <jdhedden@cpan.org>',
        'jhi'           => 'Jarkko Hietaniemi <jhi@cpan.org>',
+       'jjore'         => 'Joshua ben Jore <jjore@cpan.org>',
        'jpeacock'      => 'John Peacock <jpeacock@rowman.com>',
        'jstowe'        => 'Jonathan Stowe <jstowe@cpan.org>',
        'jv'            => 'Johan Vromans <jv@cpan.org>',
@@ -50,6 +53,7 @@ package Maintainers;
        'muir'          => 'David Muir Sharnoff <muir@cpan.org>',
        'neilb'         => 'Neil Bowers <neilb@cpan.org>',
        'nuffin'        => 'Yuval Kogman <nothingmuch@woobling.org>',
+       'nwclark'       => 'Nicholas Clark <nwclark@cpan.org>',
        'osfameron'     => 'Hakim Cassimally <osfameron@perl.org>',
        'p5p'           => 'perl5-porters <perl5-porters@perl.org>',
        'perlfaq'       => 'perlfaq-workers <perlfaq-workers@perl.org>',
@@ -124,9 +128,17 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'B::Lint' =>
+               {
+               'MAINTAINER'    => 'jjore',
+               'FILES'         => q[ext/B/B/Lint.pm ext/B/t/lint.t
+                                    ext/B/t/pluglib/B/Lint/Plugin/Test.pm],
+               'CPAN'          => 1,
+               },
+
        'base' =>
                {
-               'MAINTAINER'    => 'mschwern',
+               'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[lib/base.pm lib/fields.pm lib/base],
                'CPAN'          => 1,
                },
@@ -145,6 +157,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'constant' =>
+               {
+               'MAINTAINER'    => 'saper',
+               'FILES'         => q[lib/constant.{pm,t}],
+               'CPAN'          => 1,
+               },
+
        'Compress::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',
@@ -194,6 +213,14 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'CPANPLUS::Dist' =>
+               {
+               'MAINTAINER'    => 'kane',
+               'FILES'         => q[lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
+                                    lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm],
+               'CPAN'          => 1,
+               },
+
        'CPANPLUS::Dist::Build' =>
                {
                'MAINTAINER'    => 'kane',
@@ -292,6 +319,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'ExtUtils::Constant' =>
+               {
+               'MAINTAINER'    => 'nwclark',
+               'FILES'         => q[lib/ExtUtils/Constant.pm lib/ExtUtils/Constant],
+               'CPAN'          => 1,
+               },
+
         'ExtUtils::Install' =>
 
                {
@@ -303,8 +337,10 @@ package Maintainers;
        'ExtUtils::MakeMaker' =>
                {
                'MAINTAINER'    => 'mschwern',
-               '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],
+               'FILES' => q[lib/ExtUtils/{Liblist,MakeMaker,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm
+                       lib/ExtUtils/{Command,Liblist,MakeMaker}
+                       lib/ExtUtils/t/{[0-9A-LN-Za-z]*,Mkbootstrap,MM_*}.t
+                       t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
                'CPAN'          => 1,
                },
 
@@ -336,6 +372,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'File::Path' =>
+               {
+               'MAINTAINER'    => 'dland',
+               'FILES'         => q[lib/File/Path.pm lib/File/Path.t],
+               'CPAN'          => 1,
+               },
+
        'File::Spec' =>
                {
                'MAINTAINER'    => 'kwilliams',
@@ -727,7 +770,7 @@ package Maintainers;
        'Safe' =>
                {
                'MAINTAINER'    => 'rgarcia',
-               'FILES'         => q[ext/Safe],
+               'FILES'         => q[ext/Safe ext/Opcode/Safe.pm],
                'CPAN'          => 1,
                },
 
@@ -802,25 +845,15 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
-       'Test::Builder' =>
-               {
-               'MAINTAINER'    => 'mschwern',
-               'FILES'         => q[lib/Test/Builder.pm],
-               'CPAN'          => 1,
-               },
-
        'Test::Harness' =>
                {
-               'MAINTAINER'    => 'petdance',
-               'FILES'         => q[lib/Test/Harness.pm lib/Test/Harness
-                                    t/lib/sample-tests],
-               'CPAN'          => 1,
-               },
-
-       'Test::More' =>
-               {
-               'MAINTAINER'    => 'mschwern',
-               'FILES'         => q[lib/Test/More.pm],
+               'MAINTAINER'    => 'andya',
+               'FILES'         => q[lib/App/Prove.pm lib/App/Prove/State.pm
+                                    lib/Test/Harness.pm lib/Test/Harness
+                                    t/lib/data t/lib/sample-tests 
+                                    t/lib/source_tests t/lib/Dev/Null.pm
+                                    t/lib/App/Prove/Plugin/Dummy.pm
+                                    t/lib/IO/c55Capture.pm t/lib/NoFork.pm],
                'CPAN'          => 1,
                },
 
@@ -828,6 +861,8 @@ package Maintainers;
                {
                'MAINTAINER'    => 'mschwern',
                'FILES'         => q[lib/Test/Simple.pm lib/Test/Simple
+                                    lib/Test/Builder.pm lib/Test/Builder
+                                    lib/Test/More.pm
                                     t/lib/Test/Simple],
                'CPAN'          => 1,
                },
@@ -929,7 +964,7 @@ package Maintainers;
        'win32' =>
                {
                'MAINTAINER'    => 'jand',
-               'FILES'         => q[win32 README.win32 t/win32 ext/Win32CORE],
+               'FILES'         => q[win32 t/win32 README.win32 ext/Win32CORE],
                'CPAN'          => 0,
                },