CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore.
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index e2e5d33..82f9cbf 100644 (file)
@@ -31,16 +31,17 @@ package Maintainers;
        '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>',
        '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>',
+       '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>',
@@ -79,6 +80,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'base' =>
+               {
+               'MAINTAINER'    => 'mschwern',
+               'FILES'         => q[lib/base.pm lib/fields.pm lib/base],
+               'CPAN'          => 1,
+               },
+
        'bignum' =>
                {
                'MAINTAINER'    => 'tels',
@@ -107,6 +115,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 +138,7 @@ package Maintainers;
 
        'Devel::PPPort' =>
                {
-               'MAINTAINER'    => 'pmqs',
+               'MAINTAINER'    => 'mhx',
                'FILES'         => q[ext/Devel/PPPort],
                'CPAN'          => 1,
                },
@@ -131,7 +146,7 @@ package Maintainers;
        'Digest' =>
                {
                'MAINTAINER'    => 'gaas',
-               'FILES'         => q[lib/Digest.{pm,t}],
+               'FILES'         => q[lib/Digest.pm lib/Digest],
                'CPAN'          => 1,
                },
 
@@ -318,8 +333,8 @@ package Maintainers;
        'PerlIO' =>
                {
                'MAINTAINER'    => 'p5p',
-               'FILES'         => q[ext/PerlIO lib/PerlIO],
-               'CPAN'          => 1,
+               'FILES'         => q[ext/PerlIO],
+               'CPAN'          => 0,
                },
 
        'perlio-doc' =>
@@ -331,7 +346,7 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
-       'Perlio::via::QuotedPrint' =>
+       'PerlIO::via::QuotedPrint' =>
                {
                'MAINTAINER'    => 'elizabeth',
                'FILES'         => q[lib/PerlIO/via/QuotedPrint.pm
@@ -339,10 +354,10 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
-       'perlref' =>
+       'perlreftut' =>
                {
                'MAINTAINER'    => 'mjd',
-               'FILES'         => q[pod/perlref.pod],
+               'FILES'         => q[pod/perlreftut.pod],
                'CPAN'          => 0,
                },
 
@@ -367,17 +382,9 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
-       'Pod::Checker' => {     
+       'PodParser' => {
                'MAINTAINER'    => 'marekr',
-               'FILES' => q[lib/Pod/Checker.pm pod/podchecker.PL
-                                       t/pod/testpchk.pl],
-               'CPAN'          => 1,
-               },
-
-       'Pod::Find' =>
-               {
-               'MAINTAINER'    => 'marekr',
-               'FILES'         => q[lib/Pod/Find.pm t/pod/find.t],
+               '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,
                },
 
@@ -391,16 +398,7 @@ package Maintainers;
        'podlators' =>
                {
                'MAINTAINER'    => 'rra',
-               'FILES'         => q[lib/Pod/{Checker,Find,Html,InputObjects,Man,ParseLink,Parser,ParseUtils,PlainText,Select,Text,Text/{Color,Overstrike,Termcap},Usage}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{basic,man,parselink,text*}.t} lib/Pod/t/{InputObjects,Select,Usage,utils}.t],
-               '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}
-                           ],
+               '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}],
                'CPAN'          => 1,
                },
 
@@ -418,26 +416,6 @@ package Maintainers;
                '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,
-               },
-
        'Safe' =>
                {
                'MAINTAINER'    => 'abergman',
@@ -454,7 +432,7 @@ package Maintainers;
 
        'Switch' =>
                {
-               'MAINTAINER'    => 'dconway',
+               'MAINTAINER'    => 'rgarcia',
                'FILES'         => q[lib/Switch.pm lib/Switch],
                'CPAN'          => 1,
                },
@@ -529,7 +507,7 @@ package Maintainers;
                {
                'MAINTAINER' => 'abergman',
                'FILES'  => q[ext/threads],
-               'CPAN'          => 1,
+               'CPAN'          => 0,
                },
 
        'Tie::File' =>