This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
configpm: about 1.5K less per thread
[perl5.git] / Porting / Maintainers.pl
index 16e6d59..996f5a4 100644 (file)
@@ -6,6 +6,8 @@
 # and in CPAN.  Those that have a CPAN existence, have the CPAN
 # attribute set to true.
 
+package Maintainers;
+
 %Maintainers =
        (
        'abergman'      => 'Arthur Bergman <abergman@cpan.org>',
@@ -16,6 +18,7 @@
        'dankogai'      => 'Dan Kogai <dankogai@cpan.org>',
        'dconway'       => 'Damian Conway <dconway@cpan.org>',
        'drolsky'       => 'Dave Rolsky <drolsky@cpan.org>',
+       'elizabeth'     => 'Elizabeth Mattijsen <liz@dijkmat.nl>',
        'gbarr'         => 'Graham Barr <gbarr@cpan.org>',
        'gaas'          => 'Gisle Aas <gaas@cpan.org>',
        'gsar'          => 'Gurusamy Sarathy <gsar@activestate.com>',
        'jstowe'        => 'Jonathan Stowe <jstowe@cpan.org>',
        'jv'            => 'Johan Vromans <jv@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>',
        '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>',
        'pmqs'          => 'Paul Marquess <pmqs@cpan.org>',
+       'pvhp'          => 'Peter Prymmer <pvhp@best.com>',
        'rmbarker'      => 'Robin Barker <rmbarker@cpan.org>',
        'rra'           => 'Russ Allbery <rra@cpan.org>',
        'sadahiro'      => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>',
        'sburke'        => 'Sean Burke <sburke@cpan.org>',
-       'schwern'       => 'Michael Schwern <schwern@cpan.org>',
+       'mschwern'      => 'Michael Schwern <mschwern@cpan.org>',
        'smccam'        => 'Stephen McCamant <smccam@cpan.org>',
        'tels'          => 'perl_dummy a-t bloodgate.com',
        'tjenness'      => 'Tim Jenness <tjenness@cpan.org>'
 
        'ExtUtils::MakeMaker' =>
                {
-               'MAINTAINER'    => 'schwern',
+               'MAINTAINER'    => 'mschwern',
                'FILES'         => q[lib/ExtUtils/{Command,Install,Installed,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,Packlist,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker}
                                     lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
                'CPAN'          => 1,
                },
 
+       'faq' =>
+               {
+               'MAINTAINER'    => 'perlfaq',
+               'FILES'         => q[pod/perlfaq*],
+               'CPAN'          => 0,
+               },
+
        'File::Spec' =>
                {
                'MAINTAINER'    => 'kwilliams',
                'CPAN'          => 1,
                },
 
+       'perlebcdic' =>
+               {
+               'MAINTAINER'    => 'pvhp',
+               'FILES'         => q[pod/perlebcdic.pod],
+               'CPAN'          => 0,
+               },
+
        'PerlIO' =>
                {
                'MAINTAINER'    => 'p5p',
                'CPAN'          => 1,
                },
 
+       'perlio-doc' =>
+               {
+               'MAINTAINER'    => 'ni-s',
+               'FILES'         => q[pod/perlapio.pod
+                                    pod/perliol.pod
+                                    lib/PerlIO.pm],
+               'CPAN'          => 0,
+               },
+
+       'Perlio::via::QuotedPrint' =>
+               {
+               'MAINTAINER'    => 'elizabeth',
+               'FILES'         => q[lib/PerlIO/via/QuotedPrint.pm
+                                    lib/PerlIO/via/t/QuotedPrint.t],
+               'CPAN'          => 1,
+               },
+
+       'perlref' =>
+               {
+               'MAINTAINER'    => 'mjd',
+               'FILES'         => q[pod/perlref.pod],
+               'CPAN'          => 0,
+               },
+
+       'perlpacktut' =>
+               {
+               'MAINTAINER'    => 'laun',
+               'FILES'         => q[pod/perlpacktut.pod],
+               'CPAN'          => 0,
+               },
+
+       'perlpodspec' =>
+               {
+               'MAINTAINER'    => 'sburke',
+               'FILES'         => q[pod/perlpodspec.pod],
+               'CPAN'          => 0,
+               },
+
+       'perlthrtut' =>
+               {
+               'MAINTAINER'    => 'elizabeth',
+               'FILES'         => q[pod/perlthrtut.pod],
+               'CPAN'          => 0,
+               },
+
+       'Pod::Checker' => {     
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/Checker.pm pod/podchecker.PL
+                                       t/pod/testpchk.pl],
+               'CPAN'          => 1,
+               },
+
        'Pod::Find' =>
                {
                'MAINTAINER'    => 'marekr',
                'CPAN'          => 1,
                },
 
+       'Pod::Parser' => {
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/{InputObjects,Parse{r,Utils}}.pm   
+                               t/pod/testcmp.pl 
+                               t/pod/{emptycmd,for,headings,include{,d},lref,{multiline,nested}_items,{nested,special}_seqs,oneline_cmds,poderrs}.{t,xr}
+                           ],
+               'CPAN'          => 1,
+               },
+
        'Pod::Perldoc' =>
                {
                'MAINTAINER'    => 'sburke',
        'Pod::Plainer' =>
                {
                'MAINTAINER'    => 'rmbarker',
-               'FILES'         => q[lib/Pod/Plainer.pm],
+               'FILES'         => q[lib/Pod/Plainer.pm t/pod/plainer.t],
+               'CPAN'          => 0,
+               },
+
+       'Pod::PlainText' => {
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/PlainText.pm t/pod/testp2pt.pl],
+               'CPAN'          => 1,
+               },
+
+       'Pod::Select'    => {
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/Select.pm pod/podselect.PL
+                                       t/pod/podselect.{t,xr}],
+               'CPAN'          => 1,
+               },
+
+       'Pod::Usage' => {       
+               'MAINTAINER'    => 'marekr',
+               'FILES' => q[lib/Pod/Usage.pm pod/pod2usage.PL
+                                       t/pod/pod2usage.{t,xr}],
                'CPAN'          => 1,
                },
 
 
        'Test' =>
                {
-               'MAINTAINER'    => 'schwern',
+               'MAINTAINER'    => 'sburke',
                'FILES'         => q[lib/Test.pm lib/Test/t],
                'CPAN'          => 1,
                },
 
        'Test::Builder' =>
                {
-               'MAINTAINER'    => 'schwern',
+               'MAINTAINER'    => 'mschwern',
                'FILES'         => q[lib/Test/Builder.pm],
                'CPAN'          => 1,
                },
 
        'Test::More' =>
                {
-               'MAINTAINER'    => 'schwern',
+               'MAINTAINER'    => 'mschwern',
                'FILES'         => q[lib/Test/More.pm],
                'CPAN'          => 1,
                },
 
        'Test::Simple' =>
                {
-               'MAINTAINER'    => 'schwern',
+               'MAINTAINER'    => 'mschwern',
                'FILES'         => q[lib/Test/Simple.pm lib/Test/Simple
                                     t/lib/Test/Simple],
                'CPAN'          => 1,
                'CPAN'          => 0,
                },
 
+       's2p' =>
+               {
+               'MAINTAINER'    => 'laun',
+               'FILES'         => q[x2p/s2p.PL],
+               'CPAN'          => 0,
+               },
+
        );
 
 1;