This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Assimilate HTML-Parser and HTML-Tagset. HTML-Parser is now a prereq
[perl5.git] / Porting / Maintainers.pl
index 767629a..5cae67d 100644 (file)
@@ -14,13 +14,15 @@ package Maintainers;
        '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>',
        'avar'          => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>',
-       'bbb'           => 'Rob Brown <bbb@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>',
@@ -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>',
@@ -67,12 +71,14 @@ package Maintainers;
        '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
@@ -98,16 +104,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,
        },
 
        'Attribute::Handlers' =>
                {
-               'MAINTAINER'    => 'abergman',
+               'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[lib/Attribute/Handlers.pm
                                     lib/Attribute/Handlers],
-               'CPAN'          => 1,
+               'CPAN'          => 0,
                },
 
        'B::Concise' =>
@@ -124,6 +130,14 @@ 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'    => 'rgarcia',
@@ -145,6 +159,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'constant' =>
+               {
+               'MAINTAINER'    => 'saper',
+               'FILES'         => q[lib/constant.{pm,t}],
+               'CPAN'          => 1,
+               },
+
        'Compress::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',
@@ -300,6 +321,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'ExtUtils::Constant' =>
+               {
+               'MAINTAINER'    => 'nwclark',
+               'FILES'         => q[lib/ExtUtils/Constant.pm lib/ExtUtils/Constant],
+               'CPAN'          => 1,
+               },
+
         'ExtUtils::Install' =>
 
                {
@@ -311,8 +339,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,
                },
 
@@ -344,6 +374,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',
@@ -381,6 +418,20 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'HTML::Parser' =>
+                {
+                'MAINTAINER'    => 'gaas',
+                'FILES'         => q[ext/HTML/Parser],
+                'CPAN'          => 1,
+                },
+
+        'HTML::Tagset' =>
+                {
+                'MAINTAINER'    => 'petdance',
+                'FILES'         => q[lib/HTML/Tagset.pm lib/HTML/Tagset],
+                'CPAN'          => 1,
+                },
+
        'I18N::LangTags' =>
                {
                'MAINTAINER'    => 'sburke',
@@ -454,7 +505,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,
                },
@@ -518,7 +569,7 @@ package Maintainers;
 
         'Math::Complex' =>
                 {
-                'MAINTAINER'    => 'jhi',
+                'MAINTAINER'    => 'zefram',
                 'FILES'         => q[lib/Math/Complex.pm lib/Math/Trig.pm],
                 'CPAN'          => 1,
                 },
@@ -578,14 +629,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,
                },
@@ -618,6 +668,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'parent' =>
+               {
+               'MAINTAINER'    => 'corion',
+               'FILES'         => q[lib/parent lib/parent.pm],
+               'CPAN'          => 1,
+               },
+
        'perlebcdic' =>
                {
                'MAINTAINER'    => 'pvhp',
@@ -735,7 +792,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,
                },
 
@@ -810,25 +874,16 @@ 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
+                                    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],
                'CPAN'          => 1,
                },
 
@@ -836,6 +891,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,
                },
@@ -847,6 +904,20 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Thread::Queue' =>
+               {
+               'MAINTAINER'    => 'jdhedden',
+               'FILES'         => q[lib/Thread/Queue.pm lib/Thread/Queue],
+               'CPAN'          => 1,
+               },
+
+       'Thread::Semaphore' =>
+               {
+               'MAINTAINER'    => 'jdhedden',
+               'FILES'         => q[lib/Thread/Semaphore.pm lib/Thread/Semaphore],
+               'CPAN'          => 1,
+               },
+
        'threads' =>
                {
                'MAINTAINER'    => 'jdhedden',
@@ -878,7 +949,7 @@ package Maintainers;
 
        'Time::HiRes' =>
                {
-               'MAINTAINER'    => 'jhi',
+               'MAINTAINER'    => 'zefram',
                'FILES'         => q[ext/Time/HiRes],
                'CPAN'          => 1,
                },
@@ -937,7 +1008,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,
                },