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 2e793b5..5cae67d 100644 (file)
@@ -18,7 +18,7 @@ package Maintainers;
        '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>',
@@ -71,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
@@ -108,10 +110,10 @@ package Maintainers;
 
        'Attribute::Handlers' =>
                {
-               'MAINTAINER'    => 'abergman',
+               'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[lib/Attribute/Handlers.pm
                                     lib/Attribute/Handlers],
-               'CPAN'          => 1,
+               'CPAN'          => 0,
                },
 
        'B::Concise' =>
@@ -416,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',
@@ -489,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,
                },
@@ -553,7 +569,7 @@ package Maintainers;
 
         'Math::Complex' =>
                 {
-                'MAINTAINER'    => 'jhi',
+                'MAINTAINER'    => 'zefram',
                 'FILES'         => q[lib/Math/Complex.pm lib/Math/Trig.pm],
                 'CPAN'          => 1,
                 },
@@ -613,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,
                },
@@ -653,6 +668,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'parent' =>
+               {
+               'MAINTAINER'    => 'corion',
+               'FILES'         => q[lib/parent lib/parent.pm],
+               'CPAN'          => 1,
+               },
+
        'perlebcdic' =>
                {
                'MAINTAINER'    => 'pvhp',
@@ -882,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',
@@ -913,7 +949,7 @@ package Maintainers;
 
        'Time::HiRes' =>
                {
-               'MAINTAINER'    => 'jhi',
+               'MAINTAINER'    => 'zefram',
                'FILES'         => q[ext/Time/HiRes],
                'CPAN'          => 1,
                },