This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Gisle points out that it's ok to ignore the return value of newSVrv.
[perl5.git] / Porting / Maintainers.pl
index 0446054..c2df788 100644 (file)
@@ -13,10 +13,13 @@ package Maintainers;
        'abergman'      => 'Arthur Bergman <abergman@cpan.org>',
        'ams'           => 'Abhijit Menon-Sen <ams@cpan.org>',
        'andk'          => 'Andreas J. Koenig <andk@cpan.org>',
+       'arandal'       => 'Allison Randal <allison@perl.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>',
        'dconway'       => 'Damian Conway <dconway@cpan.org>',
+       'dmanura'       => 'David Manura <dmanura@cpan.org>',
        'drolsky'       => 'Dave Rolsky <drolsky@cpan.org>',
        'elizabeth'     => 'Elizabeth Mattijsen <liz@dijkmat.nl>',
        'gbarr'         => 'Graham Barr <gbarr@cpan.org>',
@@ -24,30 +27,37 @@ 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>',
        'marekr'        => 'Marek Rouchal <marekr@cpan.org>',
-       'mjd'           => 'Mark-Jason Dominus <mjd@cpan.org>',
+       'mhx'           => 'Marcus Holland-Moritz <mhx@cpan.org>',
+       'mjd'           => 'Mark-Jason Dominus <mjd@plover.com>',
+       'mshelor'       => 'Mark Shelor <mshelor@cpan.org>',
        'muir'          => 'David Muir Sharnoff <muir@cpan.org>',
        'neilb'         => 'Neil Bowers <neilb@cpan.org>',
        'ni-s'          => 'Nick Ing-Simmons <nick@ing-simmons.net>',
        'p5p'           => 'perl5-porters <perl5-porters@perl.org>',
        'perlfaq'       => 'perlfaq-workers <perlfaq-workers@perl.org>',
-       'perlref'       => 'Mark-Jason Dominus <mjd@cpan.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>'
        );
 
@@ -57,6 +67,13 @@ package Maintainers;
 
 %Modules = (
 
+       'Archive::Tar' =>
+               {
+               'MAINTAINER'    => 'kane',
+               'FILES'         => q[lib/Archive/Tar.pm lib/Archive/Tar],
+               'CPAN'          => 1,
+               },
+
        'Attribute::Handlers' =>
                {
                'MAINTAINER'    => 'abergman',
@@ -79,6 +96,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'base' =>
+               {
+               'MAINTAINER'    => 'mschwern',
+               'FILES'         => q[lib/base.pm lib/fields.pm lib/base],
+               'CPAN'          => 1,
+               },
+
        'bignum' =>
                {
                'MAINTAINER'    => 'tels',
@@ -86,6 +110,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Compress::Zlib' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm],
+               'CPAN'          => 1,
+               },
+
        'CGI' =>
                {
                'MAINTAINER'    => 'lstein',
@@ -107,6 +138,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Cwd' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[ext/Cwd lib/Cwd.pm],
+               'CPAN'          => 1,
+               },
+
        'Data::Dumper' =>
                {
                'MAINTAINER'    => 'ilyam', # Not gsar.
@@ -123,7 +161,7 @@ package Maintainers;
 
        'Devel::PPPort' =>
                {
-               'MAINTAINER'    => 'pmqs',
+               'MAINTAINER'    => 'mhx',
                'FILES'         => q[ext/Devel/PPPort],
                'CPAN'          => 1,
                },
@@ -131,7 +169,7 @@ package Maintainers;
        'Digest' =>
                {
                'MAINTAINER'    => 'gaas',
-               'FILES'         => q[lib/Digest.{pm,t}],
+               'FILES'         => q[lib/Digest.pm lib/Digest],
                'CPAN'          => 1,
                },
 
@@ -142,6 +180,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'Digest::SHA' =>
+                {
+                'MAINTAINER'    => 'mshelor',
+                'FILES'         => q[ext/Digest/SHA],
+                'CPAN'          => 1,
+                },
+
        'Encode' =>
                {
                'MAINTAINER'    => 'dankogai',
@@ -149,6 +194,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.
@@ -156,14 +208,28 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'ExtUtils::CBuilder' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder],
+               'CPAN'          => 1,
+               },
+
        'ExtUtils::MakeMaker' =>
                {
                'MAINTAINER'    => 'mschwern',
-               'FILES'         => q[lib/ExtUtils/{Command,Install,Installed,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,Packlist,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker}
+               'FILES'         => q[lib/ExtUtils/{Command,Install,Installed,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,Packlist,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP}
                                     lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
                'CPAN'          => 1,
                },
 
+       'ExtUtils::ParseXS' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS],
+               'CPAN'          => 1,
+               },
+
        'faq' =>
                {
                'MAINTAINER'    => 'perlfaq',
@@ -224,9 +290,16 @@ package Maintainers;
 
        'IO' =>
                {
-               'MAINTAINER'    => 'p5p', # Not gbarr.
+               'MAINTAINER'    => 'gbarr',
                'FILES'         => q[ext/IO],
-               'CPAN'          => 0,
+               'CPAN'          => 1,
+               },
+
+       'IO::Zlib' =>
+               {
+               'MAINTAINER'    => 'tomhughes',
+               'FILES'         => q[lib/IO/Zlib.pm lib/IO/Zlib],
+               'CPAN'          => 1,
                },
 
        'libnet' =>
@@ -253,7 +326,7 @@ package Maintainers;
 
        'Locale::Maketext' =>
                {
-               'MAINTAINER'    => 'sburke',
+               'MAINTAINER'    => 'petdance',
                'FILES'         => q[lib/Locale/Maketext.pm lib/Locale/Maketext],
                'CPAN'          => 1,
                },
@@ -273,6 +346,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Math::BigInt::FastCalc' =>
+               {
+               'MAINTAINER'    => 'tels',
+               'FILES'         => q[ext/Math/BigInt/FastCalc],
+               'CPAN'          => 1,
+               },
+
        'Math::BigRat' =>
                {
                'MAINTAINER'    => 'tels',
@@ -294,6 +374,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Module::CoreList' =>
+               {
+               'MAINTAINER'    => 'rclamp',
+               'FILES'         => q[lib/Module/CoreList lib/Module/CoreList.pm],
+               'CPAN'          => 1,
+               },
+
        'Net::Ping' =>
                {
                'MAINTAINER'    => 'bbb',
@@ -319,7 +406,7 @@ package Maintainers;
                {
                'MAINTAINER'    => 'p5p',
                'FILES'         => q[ext/PerlIO],
-               'CPAN'          => 1,
+               'CPAN'          => 0,
                },
 
        'perlio-doc' =>
@@ -339,10 +426,10 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
-       'perlref' =>
+       'perlreftut' =>
                {
                'MAINTAINER'    => 'mjd',
-               'FILES'         => q[pod/perlref.pod],
+               'FILES'         => q[pod/perlreftut.pod],
                'CPAN'          => 0,
                },
 
@@ -367,12 +454,26 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
-       'PodParser' => {
+       'Pod::Escapes' =>
+                {
+                'MAINTAINER'    => 'sburke',
+                'FILES'         => q[lib/Pod/Escapes.pm lib/Pod/Escapes],
+                'CPAN'          => 1,
+                },
+
+        '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,
                },
 
+        'Pod::Simple' =>
+                {
+               'MAINTAINER'    => 'arandal',
+               'FILES'         => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple],
+               'CPAN'          => 1,
+               },
+
        'Pod::LaTeX' =>
                {
                'MAINTAINER'    => 'tjenness',
@@ -383,7 +484,7 @@ package Maintainers;
        'podlators' =>
                {
                'MAINTAINER'    => 'rra',
-               'FILES'         => q[lib/Pod/{Html,Man,ParseLink,Text,Text/{Color,Overstrike,Termcap}}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{man,parselink,text*}.t}],
+               'FILES'         => q[lib/Pod/{Man,ParseLink,Text,Text/{Color,Overstrike,Termcap}}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{man,parselink,text*}.t}],
                'CPAN'          => 1,
                },
 
@@ -403,7 +504,7 @@ package Maintainers;
 
        'Safe' =>
                {
-               'MAINTAINER'    => 'abergman',
+               'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[ext/Safe],
                'CPAN'          => 1,
                },
@@ -417,7 +518,7 @@ package Maintainers;
 
        'Switch' =>
                {
-               'MAINTAINER'    => 'dconway',
+               'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[lib/Switch.pm lib/Switch],
                'CPAN'          => 1,
                },
@@ -432,7 +533,7 @@ package Maintainers;
 
        'Text::Balanced' =>
                {
-               'MAINTAINER'    => 'dconway',
+               'MAINTAINER'    => 'dmanura',
                'FILES'         => q[lib/Text/Balanced.pm lib/Text/Balanced],
                'CPAN'          => 1,
                },
@@ -492,7 +593,7 @@ package Maintainers;
                {
                'MAINTAINER' => 'abergman',
                'FILES'  => q[ext/threads],
-               'CPAN'          => 1,
+               'CPAN'          => 0,
                },
 
        'Tie::File' =>
@@ -548,11 +649,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',