clear docs on exists wrt autovivification
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index f165e95..898ea1c 100644 (file)
@@ -11,14 +11,18 @@ package Maintainers;
 %Maintainers =
        (
        'abergman'      => 'Arthur Bergman <abergman@cpan.org>',
+       'abigail'       => 'Abigail <abigail@abigail.be>',
        'ams'           => 'Abhijit Menon-Sen <ams@cpan.org>',
        'andk'          => 'Andreas J. Koenig <andk@cpan.org>',
+       'andya'         => 'Andy Armstrong <andy@hexten.net>',
        'arandal'       => 'Allison Randal <allison@perl.org>',
        'audreyt'       => 'Audrey Tang <cpan@audreyt.org>',
-       'bbb'           => 'Rob Brown <bbb@cpan.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>',
+       'dland'         => 'David Landgren <dland@cpan.org>',
        'dmanura'       => 'David Manura <dmanura@cpan.org>',
        'drolsky'       => 'Dave Rolsky <drolsky@cpan.org>',
        'elizabeth'     => 'Elizabeth Mattijsen <liz@dijkmat.nl>',
@@ -31,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>',
@@ -38,6 +43,7 @@ package Maintainers;
        'kwilliams'     => 'Ken Williams <kwilliams@cpan.org>',
        'laun'          => 'Wolfgang Laun <Wolfgang.Laun@alcatel.at>',
        'lstein'        => 'Lincoln D. Stein <lds@cpan.org>',
+       'lwall'         => 'Larry Wall <lwall@cpan.org>',
        'marekr'        => 'Marek Rouchal <marekr@cpan.org>',
        'markm'         => 'Mark Mielke <markm@cpan.org>',
        'mhx'           => 'Marcus Holland-Moritz <mhx@cpan.org>',
@@ -47,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>',
@@ -58,18 +65,21 @@ 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>',
        'sburke'        => 'Sean Burke <sburke@cpan.org>',
        'mschwern'      => 'Michael Schwern <mschwern@cpan.org>',
        'smccam'        => 'Stephen McCamant <smccam@cpan.org>',
+       'smpeters'      => 'Steve Peters <steve@fisharerojo.org>',
        '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>',
        'yves'          => 'Yves Orton <yves@cpan.org>',
+       'zefram'        => 'Andrew Main <zefram@cpan.org>',
        );
 
 # The FILES is either filenames, or glob patterns, or directory
@@ -95,23 +105,16 @@ package Maintainers;
        'AutoLoader' =>
                {
                'MAINTAINER'    => 'smueller',
-               'FILES'         => q[lib/AutoLoader.pm lib/AutoLoader.t],
+               'FILES'         => q[lib/AutoLoader.pm lib/AutoSplit.pm lib/AutoLoader],
                'CPAN'          => 1,
        },
 
-       'assertions' =>
-               {
-               'MAINTAINER'    => 'salva',
-               'FILES'         => q[lib/assertions.pm lib/assertions t/comp/assertions.t t/comp/asstcompat.t],
-               'CPAN'          => 1,
-               },
-
        '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',
@@ -128,9 +138,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,
                },
@@ -142,10 +160,24 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Compress::Raw::Zlib' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/Compress/Raw],
+               'CPAN'          => 1,
+               },
+
+       'constant' =>
+               {
+               'MAINTAINER'    => 'saper',
+               'FILES'         => q[lib/constant.{pm,t}],
+               'CPAN'          => 1,
+               },
+
        'Compress::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm],
+               'FILES'         => q[ext/Compress/Zlib],
                'CPAN'          => 1,
                },
 
@@ -191,6 +223,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',
@@ -289,6 +329,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'ExtUtils::Constant' =>
+               {
+               'MAINTAINER'    => 'nwclark',
+               'FILES'         => q[lib/ExtUtils/Constant.pm lib/ExtUtils/Constant],
+               'CPAN'          => 1,
+               },
+
         'ExtUtils::Install' =>
 
                {
@@ -300,8 +347,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,
                },
 
@@ -333,6 +382,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',
@@ -391,6 +447,20 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'IO::Compress::Base' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/IO_Compress_Base],
+               'CPAN'          => 1,
+               },
+
+       'IO::Compress::Zlib' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/IO_Compress_Zlib],
+               'CPAN'          => 1,
+               },
+
        'IO::Zlib' =>
                {
                'MAINTAINER'    => 'tomhughes',
@@ -409,7 +479,7 @@ package Maintainers;
                {
                'MAINTAINER'    => 'gbarr',
                'FILES'         =>
-                       q[lib/Net/{Cmd,Config,Domain,FTP,Netrc,NNTP,POP3,SMTP,Time}.pm lib/Net/ChangeLog.libnet lib/Net/FTP lib/Net/*.eg lib/Net/libnetFAQ.pod lib/Net/README.libnet lib/Net/t],
+                       q[lib/Net/{Cmd,Config,Domain,FTP,Netrc,NNTP,POP3,SMTP,Time}.pm lib/Net/ChangeLog lib/Net/FTP lib/Net/*.eg lib/Net/libnetFAQ.pod lib/Net/README lib/Net/t],
                'CPAN'          => 1,
                },
 
@@ -429,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,
                },
@@ -450,11 +520,18 @@ package Maintainers;
 
        'Log::Message::Simple' =>
                 {
-                'MAINTAINER'    => 'tels',
+                'MAINTAINER'    => 'kane',
                 'FILES'         => q[lib/Log/Message/Simple.pm lib/Log/Message/Simple],
                 'CPAN'          => 1,
                 },
 
+       'mad' =>
+               {
+               'MAINTAINER'    => 'lwall',
+               'FILES'         => q[mad],
+               'CPAN'          => 0,
+               },
+
        'Math::BigFloat' =>
                {
                'MAINTAINER'    => 'tels',
@@ -486,7 +563,7 @@ package Maintainers;
 
         'Math::Complex' =>
                 {
-                'MAINTAINER'    => 'jhi',
+                'MAINTAINER'    => 'zefram',
                 'FILES'         => q[lib/Math/Complex.pm lib/Math/Trig.pm],
                 'CPAN'          => 1,
                 },
@@ -546,14 +623,13 @@ 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,
                },
 
        'Net::Ping' =>
                {
-               'MAINTAINER'    => 'bbb',
+               'MAINTAINER'    => 'smpeters',
                'FILES'         => q[lib/Net/Ping.pm lib/Net/Ping],
                'CPAN'          => 1,
                },
@@ -586,6 +662,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'parent' =>
+               {
+               'MAINTAINER'    => 'corion',
+               'FILES'         => q[lib/parent lib/parent.pm],
+               'CPAN'          => 1,
+               },
+
        'perlebcdic' =>
                {
                'MAINTAINER'    => 'pvhp',
@@ -608,6 +691,22 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'perlre' =>
+               {
+               'MAINTAINER'    => 'abigail',
+               'FILES'         => q[pod/perlrecharclass.pod
+                                    pod/perlrebackslash.pod],
+               'CPAN'          => 0,
+               },
+
+
+       'perlreapi' =>
+               {
+               MAINTAINER      => 'avar',
+               FILES           => 'pod/perlreapi.pod',
+               CPAN            => 0,
+               },
+
        'perlreftut' =>
                {
                'MAINTAINER'    => 'mjd',
@@ -666,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,
                },
@@ -687,7 +786,14 @@ package Maintainers;
        'Safe' =>
                {
                'MAINTAINER'    => 'rgarcia',
-               'FILES'         => q[ext/Safe],
+               'FILES'         => q[ext/Safe ext/Opcode/Safe.pm],
+               'CPAN'          => 1,
+               },
+
+       'SelfLoader' =>
+               {
+               'MAINTAINER'    => 'smueller',
+               'FILES'         => q[lib/SelfLoader.pm lib/SelfLoader],
                'CPAN'          => 1,
                },
 
@@ -762,40 +868,41 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
-       'Test::Builder' =>
+       'Test::Harness' =>
                {
-               'MAINTAINER'    => 'mschwern',
-               'FILES'         => q[lib/Test/Builder.pm],
+               'MAINTAINER'    => 'andya',
+               'FILES'         => q[ext/Test/Harness],
                'CPAN'          => 1,
                },
 
-       'Test::Harness' =>
+       'Test::Simple' =>
                {
-               'MAINTAINER'    => 'petdance',
-               'FILES'         => q[lib/Test/Harness.pm lib/Test/Harness
-                                    t/lib/sample-tests],
+               '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 t/lib/Dev/Null.pm],
                'CPAN'          => 1,
                },
 
-       'Test::More' =>
+       'Term::Cap' =>
                {
-               'MAINTAINER'    => 'mschwern',
-               'FILES'         => q[lib/Test/More.pm],
+               'MAINTAINER'    => 'jstowe',
+               'FILES'         => q[lib/Term/Cap.{pm,t}],
                'CPAN'          => 1,
                },
 
-       'Test::Simple' =>
+       'Thread::Queue' =>
                {
-               'MAINTAINER'    => 'mschwern',
-               'FILES'         => q[lib/Test/Simple.pm lib/Test/Simple
-                                    t/lib/Test/Simple],
+               'MAINTAINER'    => 'jdhedden',
+               'FILES'         => q[lib/Thread/Queue.pm lib/Thread/Queue],
                'CPAN'          => 1,
                },
 
-       'Term::Cap' =>
+       'Thread::Semaphore' =>
                {
-               'MAINTAINER'    => 'jstowe',
-               'FILES'         => q[lib/Term/Cap.{pm,t}],
+               'MAINTAINER'    => 'jdhedden',
+               'FILES'         => q[lib/Thread/Semaphore.pm lib/Thread/Semaphore],
                'CPAN'          => 1,
                },
 
@@ -803,7 +910,7 @@ package Maintainers;
                {
                'MAINTAINER'    => 'jdhedden',
                'FILES'         => q[ext/threads/hints ext/threads/t
-                                    ext/threads/threads.{pm,xs} ext/threads/typemap],
+                                    ext/threads/threads.{pm,xs}],
                'CPAN'          => 1,
                },
 
@@ -830,7 +937,7 @@ package Maintainers;
 
        'Time::HiRes' =>
                {
-               'MAINTAINER'    => 'jhi',
+               'MAINTAINER'    => 'zefram',
                'FILES'         => q[ext/Time/HiRes],
                'CPAN'          => 1,
                },
@@ -889,10 +996,17 @@ package Maintainers;
        'win32' =>
                {
                'MAINTAINER'    => 'jand',
-               'FILES'         => q[win32 README.win32 t/win32 ext/Win32 ext/Win32CORE],
+               'FILES'         => q[win32 t/win32 README.win32 ext/Win32CORE],
                'CPAN'          => 0,
                },
 
+       'Win32' =>
+               {
+               'MAINTAINER'    => 'jand',
+               'FILES'         => q[ext/Win32],
+               'CPAN'          => 1,
+               },
+
        'Win32API::File' =>
                {
                'MAINTAINER'    => 'tyemq',