Re: [perl #24574] find2perl provides different results to find
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index c86ac55..bcdb25a 100644 (file)
@@ -31,6 +31,7 @@ package Maintainers;
        'laun'          => 'Wolfgang Laun <Wolfgang.Laun@alcatel.at>',
        'lstein'        => 'Lincoln D. Stein <lds@cpan.org>',
        'marekr'        => 'Marek Rouchal <marekr@cpan.org>',
+       'mhx'           => 'Marcus Holland-Moritz <mhx@cpan.org>',
        'mjd'           => 'Mark-Jason Dominus <mjd@cpan.org>',
        'muir'          => 'David Muir Sharnoff <muir@cpan.org>',
        'neilb'         => 'Neil Bowers <neilb@cpan.org>',
@@ -123,7 +124,7 @@ package Maintainers;
 
        'Devel::PPPort' =>
                {
-               'MAINTAINER'    => 'pmqs',
+               'MAINTAINER'    => 'mhx',
                'FILES'         => q[ext/Devel/PPPort],
                'CPAN'          => 1,
                },
@@ -131,7 +132,7 @@ package Maintainers;
        'Digest' =>
                {
                'MAINTAINER'    => 'gaas',
-               'FILES'         => q[lib/Digest.{pm,t}],
+               'FILES'         => q[lib/Digest.pm lib/Digest/base.pm lib/Digest],
                'CPAN'          => 1,
                },
 
@@ -237,7 +238,7 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
-       'Scalar-List-Util' =>
+       'Scalar-List-Utils' =>
                {
                'MAINTAINER'    => 'gbarr',
                'FILES'         => q[ext/List/Util],
@@ -308,15 +309,6 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
-       'perlio-doc' =>
-               {
-               'MAINTAINER'    => 'ni-s',
-               'FILES'         => q[pod/perlapio.pod
-                                    pod/perliol.pod
-                                    lib/PerlIO.pm],
-               'CPAN'          => 0,
-               },
-
        'perlebcdic' =>
                {
                'MAINTAINER'    => 'pvhp',
@@ -327,7 +319,24 @@ package Maintainers;
        'PerlIO' =>
                {
                'MAINTAINER'    => 'p5p',
-               'FILES'         => q[ext/PerlIO lib/PerlIO],
+               'FILES'         => q[ext/PerlIO],
+               'CPAN'          => 0,
+               },
+
+       '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,
                },
 
@@ -359,10 +368,9 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
-       'Pod::Find' =>
-               {
+       'PodParser' => {
                '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,
                },
 
@@ -376,7 +384,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],
+               '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,
                },
 
@@ -390,8 +398,8 @@ package Maintainers;
        'Pod::Plainer' =>
                {
                'MAINTAINER'    => 'rmbarker',
-               'FILES'         => q[lib/Pod/Plainer.pm],
-               'CPAN'          => 1,
+               'FILES'         => q[lib/Pod/Plainer.pm t/pod/plainer.t],
+               'CPAN'          => 0,
                },
 
        'Safe' =>
@@ -439,7 +447,7 @@ package Maintainers;
 
        'Test' =>
                {
-               'MAINTAINER'    => 'mschwern',
+               'MAINTAINER'    => 'sburke',
                'FILES'         => q[lib/Test.pm lib/Test/t],
                'CPAN'          => 1,
                },
@@ -485,7 +493,7 @@ package Maintainers;
                {
                'MAINTAINER' => 'abergman',
                'FILES'  => q[ext/threads],
-               'CPAN'          => 1,
+               'CPAN'          => 0,
                },
 
        'Tie::File' =>