gbarr is maintaining IO.
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index aa9e2fc..d458f17 100644 (file)
@@ -30,6 +30,7 @@ package Maintainers;
        'jhi'           => 'Jarkko Hietaniemi <jhi@cpan.org>',
        'jstowe'        => 'Jonathan Stowe <jstowe@cpan.org>',
        'jv'            => 'Johan Vromans <jv@cpan.org>',
+       'kane'          => 'Jos Boumans <kane@cpan.org>',
        'kwilliams'     => 'Ken Williams <kwilliams@cpan.org>',
        'laun'          => 'Wolfgang Laun <Wolfgang.Laun@alcatel.at>',
        'lstein'        => 'Lincoln D. Stein <lds@cpan.org>',
@@ -49,10 +50,12 @@ package Maintainers;
        'rmbarker'      => 'Robin Barker <rmbarker@cpan.org>',
        'rra'           => 'Russ Allbery <rra@cpan.org>',
        'sadahiro'      => 'SADAHIRO Tomoyuki <SADAHIRO@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>',
        'tels'          => 'perl_dummy a-t bloodgate.com',
+       'tomhughes'     => 'Tom Hughes <tomhughes@cpan.org>',
        'tjenness'      => 'Tim Jenness <tjenness@cpan.org>'
        );
 
@@ -62,6 +65,13 @@ package Maintainers;
 
 %Modules = (
 
+       'Archive::Tar' =>
+               {
+               'MAINTAINER'    => 'kane',
+               'FILES'         => q[lib/Archive/Tar.pm lib/Archive/Tar],
+               'CPAN'          => 1,
+               },
+
        'Attribute::Handlers' =>
                {
                'MAINTAINER'    => 'abergman',
@@ -98,6 +108,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Compress::Zlib' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm],
+               'CPAN'          => 1,
+               },
+
        'CGI' =>
                {
                'MAINTAINER'    => 'lstein',
@@ -182,6 +199,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'ExtUtils::CBuilder' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder],
+               'CPAN'          => 1,
+               },
+
        'ExtUtils::MakeMaker' =>
                {
                'MAINTAINER'    => 'mschwern',
@@ -190,6 +214,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'ExtUtils::ParseXS' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS],
+               'CPAN'          => 1,
+               },
+
        'faq' =>
                {
                'MAINTAINER'    => 'perlfaq',
@@ -250,11 +281,18 @@ package Maintainers;
 
        'IO' =>
                {
-               'MAINTAINER'    => 'p5p', # Not gbarr.
+               'MAINTAINER'    => 'gbarr',
                'FILES'         => q[ext/IO],
                'CPAN'          => 0,
                },
 
+       'IO::Zlib' =>
+               {
+               'MAINTAINER'    => 'tomhughes',
+               'FILES'         => q[lib/IO/Zlib.pm lib/IO/Zlib],
+               'CPAN'          => 1,
+               },
+
        'libnet' =>
                {
                'MAINTAINER'    => 'gbarr',
@@ -407,7 +445,7 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
-       'PodParser' => {
+       'Pod::Parser' => {
                'MAINTAINER'    => 'marekr',
                'FILES' => q[lib/Pod/{InputObjects,Parser,ParseUtils,Select,PlainText,Usage,Checker,Find}.pm pod/pod{select,2usage,checker}.PL t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl t/pod/emptycmd.* t/pod/find.t t/pod/for.* t/pod/headings.* t/pod/include.* t/pod/included.* t/pod/lref.* t/pod/multiline_items.* t/pod/nested_items.* t/pod/nested_seqs.* t/pod/oneline_cmds.* t/pod/poderrs.* t/pod/pod2usage.* t/pod/podselect.* t/pod/special_seqs.*],
                'CPAN'          => 1,
@@ -593,6 +631,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'XSLoader' =>
+               {
+               'MAINTAINER'    => 'saper',
+               'FILES'         => q[ext/DynaLoader/t/XSLoader.t ext/DynaLoader/XSLoader_pm.PL],
+               'CPAN'          => 1,
+               },
+
        's2p' =>
                {
                'MAINTAINER'    => 'laun',