clear docs on exists wrt autovivification
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index 94dfafb..898ea1c 100644 (file)
@@ -18,6 +18,7 @@ package Maintainers;
        'arandal'       => 'Allison Randal <allison@perl.org>',
        'audreyt'       => 'Audrey Tang <cpan@audreyt.org>',
        'avar'          => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>',
+       'corion'        => 'Max Maischein <corion@corion.net>',
        'craig'         => 'Craig Berry <craigberry@mac.com>',
        'dankogai'      => 'Dan Kogai <dankogai@cpan.org>',
        'dconway'       => 'Damian Conway <dconway@cpan.org>',
@@ -64,6 +65,7 @@ package Maintainers;
        'rkobes'        => 'Randy Kobes <rkobes@cpan.org>',
        'rmbarker'      => 'Robin Barker <rmbarker@cpan.org>',
        'rra'           => 'Russ Allbery <rra@cpan.org>',
+       'rurban'        => 'Reini Urban <rurban@cpan.org>',
        'sadahiro'      => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>',
        'salva'         => 'Salvador Fandiño García <salva@cpan.org>',
        'saper'         => 'Sébastien Aperghis-Tramoni <saper@cpan.org>',
@@ -77,6 +79,7 @@ package Maintainers;
        'tjenness'      => 'Tim Jenness <tjenness@cpan.org>',
        'tyemq'         => 'Tye McQueen <tyemq@cpan.org>',
        'yves'          => 'Yves Orton <yves@cpan.org>',
+       'zefram'        => 'Andrew Main <zefram@cpan.org>',
        );
 
 # The FILES is either filenames, or glob patterns, or directory
@@ -108,10 +111,10 @@ package Maintainers;
 
        'Attribute::Handlers' =>
                {
-               'MAINTAINER'    => 'abergman',
+               'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[lib/Attribute/Handlers.pm
                                     lib/Attribute/Handlers],
-               'CPAN'          => 1,
+               'CPAN'          => 0,
                },
 
        'B::Concise' =>
@@ -121,6 +124,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'B::Debug' =>
+               {
+               'MAINTAINER'    => 'rurban',
+               'FILES'         => q[ext/B/B/Debug.pm ext/B/t/debug.t],
+               'CPAN'          => 1,
+               },
+
        'B::Deparse' =>
                {
                'MAINTAINER'    => 'smccam',
@@ -489,7 +499,7 @@ package Maintainers;
 
        'Locale::Maketext' =>
                {
-               'MAINTAINER'    => 'petdance',
+               'MAINTAINER'    => 'ferreira',
                'FILES'         => q[lib/Locale/Maketext.pm lib/Locale/Maketext.pod lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/{Guts,GutsLoader}.pm lib/Locale/Maketext/README lib/Locale/Maketext/TPJ13.pod lib/Locale/Maketext/t],
                'CPAN'          => 1,
                },
@@ -553,7 +563,7 @@ package Maintainers;
 
         'Math::Complex' =>
                 {
-                'MAINTAINER'    => 'jhi',
+                'MAINTAINER'    => 'zefram',
                 'FILES'         => q[lib/Math/Complex.pm lib/Math/Trig.pm],
                 'CPAN'          => 1,
                 },
@@ -613,8 +623,7 @@ package Maintainers;
        'Module::Pluggable' =>
                {
                'MAINTAINER'    => 'simonw',
-               'FILES'         => q[lib/Module/Pluggable lib/Module/Pluggable.pm
-                                    lib/Devel/InnerPackage.pm t/Module_Pluggable],
+               'FILES'         => q[ext/Module/Pluggable t/Module_Pluggable],
                'CPAN'          => 1,
                },
 
@@ -653,6 +662,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'parent' =>
+               {
+               'MAINTAINER'    => 'corion',
+               'FILES'         => q[lib/parent lib/parent.pm],
+               'CPAN'          => 1,
+               },
+
        'perlebcdic' =>
                {
                'MAINTAINER'    => 'pvhp',
@@ -749,13 +765,13 @@ package Maintainers;
        'podlators' =>
                {
                'MAINTAINER'    => 'rra',
-               'FILES'         => q[lib/Pod/{Man,ParseLink,Text,Text/{Color,Overstrike,Termcap}}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{man,parselink,text*}.t}],
+               'FILES'         => q[lib/Pod/{Man,ParseLink,Text,Text/{Color,Overstrike,Termcap}}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{color,filehandle,man*,parselink,pod-parser,pod-spelling,pod,termcap,text*}.t}],
                'CPAN'          => 1,
                },
 
        'Pod::Perldoc' =>
                {
-               'MAINTAINER'    => 'osfameron',
+               'MAINTAINER'    => 'ferreira',
                'FILES'         => q[lib/Pod/Perldoc.pm lib/Pod/Perldoc],
                'CPAN'          => 1,
                },
@@ -855,13 +871,7 @@ package Maintainers;
        'Test::Harness' =>
                {
                'MAINTAINER'    => 'andya',
-               'FILES'         => q[lib/App/Prove.pm lib/App/Prove/State.pm
-                                    lib/Test/Harness.pm lib/Test/Harness
-                                    lib/TAP
-                                    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],
+               'FILES'         => q[ext/Test/Harness],
                'CPAN'          => 1,
                },
 
@@ -871,7 +881,7 @@ package Maintainers;
                'FILES'         => q[lib/Test/Simple.pm lib/Test/Simple
                                     lib/Test/Builder.pm lib/Test/Builder
                                     lib/Test/More.pm
-                                    t/lib/Test/Simple],
+                                    t/lib/Test/Simple t/lib/Dev/Null.pm],
                'CPAN'          => 1,
                },
 
@@ -882,6 +892,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Thread::Queue' =>
+               {
+               'MAINTAINER'    => 'jdhedden',
+               'FILES'         => q[lib/Thread/Queue.pm lib/Thread/Queue],
+               'CPAN'          => 1,
+               },
+
        'Thread::Semaphore' =>
                {
                'MAINTAINER'    => 'jdhedden',
@@ -920,7 +937,7 @@ package Maintainers;
 
        'Time::HiRes' =>
                {
-               'MAINTAINER'    => 'jhi',
+               'MAINTAINER'    => 'zefram',
                'FILES'         => q[ext/Time/HiRes],
                'CPAN'          => 1,
                },