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 2e641ef..5cae67d 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>',
@@ -77,6 +78,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 +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,
                 },
@@ -652,6 +668,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'parent' =>
+               {
+               'MAINTAINER'    => 'corion',
+               'FILES'         => q[lib/parent lib/parent.pm],
+               'CPAN'          => 1,
+               },
+
        'perlebcdic' =>
                {
                'MAINTAINER'    => 'pvhp',
@@ -926,7 +949,7 @@ package Maintainers;
 
        'Time::HiRes' =>
                {
-               'MAINTAINER'    => 'jhi',
+               'MAINTAINER'    => 'zefram',
                'FILES'         => q[ext/Time/HiRes],
                'CPAN'          => 1,
                },