This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update with new files from C::Zlib
[perl5.git] / Porting / Maintainers.pl
index 07a2fae..5d75c94 100644 (file)
@@ -13,6 +13,7 @@ package Maintainers;
        'abergman'      => 'Arthur Bergman <abergman@cpan.org>',
        'ams'           => 'Abhijit Menon-Sen <ams@cpan.org>',
        'andk'          => 'Andreas J. Koenig <andk@cpan.org>',
+       'autrijus'      => 'Autrijus Tang <autrijus@cpan.org>',
        'bbb'           => 'Rob Brown <bbb@cpan.org>',
        'craig'         => 'Craig Berry <craigberry@mac.com>',
        'dankogai'      => 'Dan Kogai <dankogai@cpan.org>',
@@ -25,9 +26,11 @@ package Maintainers;
        'gsar'          => 'Gurusamy Sarathy <gsar@activestate.com>',
        'ilyam'         => 'Ilya Martynov <ilyam@cpan.org>',
        'ilyaz'         => 'Ilya Zakharevich <ilyaz@cpan.org>',
+       'jand'          => 'Jan Dubois <jand@activestate.com>',
        '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>',
@@ -39,17 +42,20 @@ package Maintainers;
        'ni-s'          => 'Nick Ing-Simmons <nick@ing-simmons.net>',
        'p5p'           => 'perl5-porters <perl5-porters@perl.org>',
        'perlfaq'       => 'perlfaq-workers <perlfaq-workers@perl.org>',
-       'petdance'      => 'Andy Lester <petdance@cpan.org>',
+       'petdance'      => 'Andy Lester <andy@petdance.com>',
        'pmqs'          => 'Paul Marquess <pmqs@cpan.org>',
        'pvhp'          => 'Peter Prymmer <pvhp@best.com>',
+       'rclamp'        => 'Richard Clamp <rclamp@cpan.org>',
        'rgarcia'       => 'Rafael Garcia-Suarez <rgarcia@cpan.org>',
        '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>'
        );
 
@@ -59,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',
@@ -95,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',
@@ -165,6 +185,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'encoding::warnings' =>
+               {
+               'MAINTAINER'    => 'autrijus',
+               'FILES'         => q[lib/encoding/warnings.pm lib/encoding/warnings],
+               'CPAN'          => 1,
+               },
+
        'Errno' =>
                {
                'MAINTAINER'    => 'p5p', # Not gbarr.
@@ -172,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',
@@ -180,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',
@@ -245,6 +286,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'IO::Zlib' =>
+               {
+               'MAINTAINER'    => 'tomhughes',
+               'FILES'         => q[lib/IO/Zlib.pm lib/IO/Zlib],
+               'CPAN'          => 1,
+               },
+
        'libnet' =>
                {
                'MAINTAINER'    => 'gbarr',
@@ -289,6 +337,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Math::BigInt::FastCalc' =>
+               {
+               'MAINTAINER'    => 'tels',
+               'FILES'         => q[ext/Math/BigInt/FastCalc],
+               'CPAN'          => 1,
+               },
+
        'Math::BigRat' =>
                {
                'MAINTAINER'    => 'tels',
@@ -310,6 +365,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Module::CoreList' =>
+               {
+               'MAINTAINER'    => 'rclamp',
+               'FILES'         => q[lib/Module/CoreList lib/Module/CoreList.pm],
+               'CPAN'          => 1,
+               },
+
        'Net::Ping' =>
                {
                'MAINTAINER'    => 'bbb',
@@ -383,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,
@@ -564,11 +626,18 @@ package Maintainers;
 
        'win32' =>
                {
-               'MAINTAINER'    => 'gsar',
-               'FILES'         => q[win32 README.win32 lib/Win32.pod t/win32],
+               'MAINTAINER'    => 'jand',
+               'FILES'         => q[win32 README.win32 t/win32],
                'CPAN'          => 0,
                },
 
+       'XSLoader' =>
+               {
+               'MAINTAINER'    => 'saper',
+               'FILES'         => q[ext/DynaLoader/t/XSLoader.t ext/DynaLoader/XSLoader_pm.PL],
+               'CPAN'          => 1,
+               },
+
        's2p' =>
                {
                'MAINTAINER'    => 'laun',