This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Sadahiro says that "first-come" should be preferred for Unicode::Normalize and Unicod...
[perl5.git] / Porting / Maintainers.pl
index a9c4d2f..cbab401 100644 (file)
@@ -18,6 +18,7 @@ package Maintainers;
        'arandal'       => 'Allison Randal <allison@perl.org>',
        'audreyt'       => 'Audrey Tang <cpan@audreyt.org>',
        'avar'          => 'Ævar Arnfjörð Bjarmason <avar@cpan.org>',
+       'bingos'        => 'Chris Williams <chris@bingosnet.co.uk>',
        'chorny'        => "Alexandr Ciornii <alexchorny\100gmail.com>",
        'corion'        => 'Max Maischein <corion@corion.net>',
        'craig'         => 'Craig Berry <craigberry@mac.com>',
@@ -62,6 +63,7 @@ package Maintainers;
        'pjf'           => 'Paul Fenwick <pjf@cpan.org>',
        'pmqs'          => 'Paul Marquess <pmqs@cpan.org>',
        'pvhp'          => 'Peter Prymmer <pvhp@best.com>',
+       'rafl'          => 'Florian Ragwitz <flora@cpan.org>',
        'rclamp'        => 'Richard Clamp <rclamp@cpan.org>',
        'rgarcia'       => 'Rafael Garcia-Suarez <rgarcia@cpan.org>',
        'rkobes'        => 'Randy Kobes <rkobes@cpan.org>',
@@ -73,6 +75,7 @@ package Maintainers;
        'saper'         => 'Sébastien Aperghis-Tramoni <saper@cpan.org>',
        'sburke'        => 'Sean Burke <sburke@cpan.org>',
        'mschwern'      => 'Michael Schwern <mschwern@cpan.org>',
+       'simonw'        => 'Simon Wistow <simonw@cpan.org>',
        'smccam'        => 'Stephen McCamant <smccam@cpan.org>',
        'smpeters'      => 'Steve Peters <steve@fisharerojo.org>',
        'smueller'      => 'Steffen Mueller <smueller@cpan.org>',
@@ -103,7 +106,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Archive/Extract.pm lib/Archive/Extract],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Archive::Tar' =>
@@ -111,7 +114,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Archive/Tar.pm lib/Archive/Tar],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'AutoLoader' =>
@@ -125,8 +128,7 @@ package Maintainers;
        'Attribute::Handlers' =>
                {
                'MAINTAINER'    => 'rgarcia',
-               'FILES'         => q[lib/Attribute/Handlers.pm
-                                    lib/Attribute/Handlers],
+               'FILES'         => q[ext/Attribute-Handlers],
                'CPAN'          => 1,
                 'UPSTREAM'      => "blead",
                },
@@ -188,10 +190,18 @@ package Maintainers;
                'UPSTREAM'      => undef,
                },
 
+       'Compress::Raw::Bzip2' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/Compress-Raw-Bzip2],
+               'CPAN'          => 1,
+               'UPSTREAM'      => undef,
+               },
+
        'Compress::Raw::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/Compress/Raw],
+               'FILES'         => q[ext/Compress-Raw-Zlib],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -207,7 +217,7 @@ package Maintainers;
        'Compress::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/Compress/Zlib],
+               'FILES'         => q[ext/Compress-Zlib],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -252,27 +262,20 @@ package Maintainers;
                                     lib/CPANPLUS/Module lib/CPANPLUS/Module.pm
                                     lib/CPANPLUS/Selfupdate.pm
                                     lib/CPANPLUS/Shell lib/CPANPLUS/Shell.pm
+                                    lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
+                                    lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm
                                     lib/CPANPLUS/t
                                    ],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
-               },
-
-       'CPANPLUS::Dist' =>
-               {
-               'MAINTAINER'    => 'kane',
-               'FILES'         => q[lib/CPANPLUS/Dist.pm lib/CPANPLUS/Dist/Base.pm
-                                    lib/CPANPLUS/Dist/MM.pm lib/CPANPLUS/Dist/Sample.pm],
-               'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'CPANPLUS::Dist::Build' =>
                {
-               'MAINTAINER'    => 'kane',
+               'MAINTAINER'    => 'bingos',
                'FILES'         => q[lib/CPANPLUS/Dist/Build.pm lib/CPANPLUS/Dist/Build],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Cwd' =>
@@ -280,15 +283,15 @@ package Maintainers;
                'MAINTAINER'    => 'kwilliams',
                'FILES'         => q[ext/Cwd lib/Cwd.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Data::Dumper' =>
                {
-               'MAINTAINER'    => 'ilyam', # Not gsar.
-               'FILES'         => q[ext/Data/Dumper],
+               'MAINTAINER'    => 'p5p', # Not gsar. Not ilyam
+               'FILES'         => q[ext/Data-Dumper],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'blead',
                },
 
        'DB::File' =>
@@ -302,9 +305,9 @@ package Maintainers;
        'Devel::PPPort' =>
                {
                'MAINTAINER'    => 'mhx',
-               'FILES'         => q[ext/Devel/PPPort],
+               'FILES'         => q[ext/Devel-PPPort],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Digest' =>
@@ -318,7 +321,7 @@ package Maintainers;
        'Digest::MD5' =>
                {
                'MAINTAINER'    => 'gaas',
-               'FILES'         => q[ext/Digest/MD5],
+               'FILES'         => q[ext/Digest-MD5],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -326,7 +329,7 @@ package Maintainers;
         'Digest::SHA' =>
                 {
                 'MAINTAINER'    => 'mshelor',
-                'FILES'         => q[ext/Digest/SHA],
+                'FILES'         => q[ext/Digest-SHA],
                 'CPAN'          => 1,
                 'UPSTREAM'     => undef,
                 },
@@ -396,7 +399,7 @@ package Maintainers;
                'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm
                             lib/ExtUtils/t/{Install,Installapi2,Packlist,can_write_dir}.t],
                'CPAN' => 1,
-               'UPSTREAM' => undef,
+               'UPSTREAM' => 'blead',
                },
 
        'ExtUtils::MakeMaker' =>
@@ -407,7 +410,7 @@ package Maintainers;
                        lib/ExtUtils/t/{[0-9FLV-Zabdf-z]*,IN*,Mkbootstrap,MM_*,PL_FILES,cd,config}.t
                        t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'first-come',
                },
 
        'ExtUtils::Manifest' =>
@@ -439,7 +442,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/File/Fetch.pm lib/File/Fetch],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'File::Path' =>
@@ -455,7 +458,7 @@ package Maintainers;
                'MAINTAINER'    => 'kwilliams',
                'FILES'         => q[lib/File/Spec.pm lib/File/Spec],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => "cpan",
                },
 
        'File::Temp' =>
@@ -477,7 +480,7 @@ package Maintainers;
        'Filter::Util::Call' =>
                {
                'MAINTAINER'    => 'pmqs',
-               'FILES'         => q[ext/Filter/Util/Call ext/Filter/t/call.t
+               'FILES'         => q[ext/Filter-Util-Call
                                     t/lib/filter-util.pl],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
@@ -488,7 +491,7 @@ package Maintainers;
                'MAINTAINER'    => 'jv',
                'FILES'         => q[lib/Getopt/Long.pm lib/Getopt/Long],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'I18N::LangTags' =>
@@ -510,7 +513,7 @@ package Maintainers;
        'IO' =>
                {
                'MAINTAINER'    => 'gbarr',
-               'FILES'         => q[ext/IO],
+               'FILES'         => q[ext/IO/],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -544,7 +547,15 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/IPC/Cmd lib/IPC/Cmd.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
+               },
+
+       'IPC::SysV' =>
+               {
+               'MAINTAINER'    => 'mhx',
+               'FILES'         => q[ext/IPC-SysV],
+               'CPAN'          => 1,
+               'UPSTREAM'      => 'cpan',
                },
 
        'lib' =>
@@ -568,7 +579,7 @@ package Maintainers;
        'Scalar-List-Utils' =>
                {
                'MAINTAINER'    => 'gbarr',
-               'FILES'         => q[ext/List/Util],
+               'FILES'         => q[ext/List-Util],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -602,7 +613,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                 'FILES'         => q[lib/Log/Message.pm lib/Log/Message/{Config,Handlers,Item}.pm lib/Log/Message/t],
                 'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Log::Message::Simple' =>
@@ -610,7 +621,7 @@ package Maintainers;
                 'MAINTAINER'    => 'kane',
                 'FILES'         => q[lib/Log/Message/Simple.pm lib/Log/Message/Simple],
                 'CPAN'          => 1,
-                'UPSTREAM'      => undef,
+                'UPSTREAM'      => 'cpan',
                 },
 
        'mad' =>
@@ -641,7 +652,7 @@ package Maintainers;
        'Math::BigInt::FastCalc' =>
                {
                'MAINTAINER'    => 'tels',
-               'FILES'         => q[ext/Math/BigInt/FastCalc],
+               'FILES'         => q[ext/Math-BigInt-FastCalc],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -658,7 +669,8 @@ package Maintainers;
                 {
                 'MAINTAINER'    => 'zefram',
                 'FILES'         => q[lib/Math/Complex.pm lib/Math/Complex.t
-                                    lib/Math/Trig.pm lib/Math/Trig.t],
+                                    lib/Math/Trig.pm lib/Math/Trig.t
+                                    lib/Math/underbar.t],
                 'CPAN'          => 1,
                 'UPSTREAM'      => 'cpan',
                 },
@@ -674,7 +686,7 @@ package Maintainers;
        'MIME::Base64' =>
                {
                'MAINTAINER'    => 'gaas',
-               'FILES'         => q[ext/MIME/Base64],
+               'FILES'         => q[ext/MIME-Base64],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -700,7 +712,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Module/Load/t lib/Module/Load.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Module::Load::Conditional' =>
@@ -709,7 +721,7 @@ package Maintainers;
                'FILES'         => q[lib/Module/Load/Conditional
                                     lib/Module/Load/Conditional.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Module::Loaded' =>
@@ -717,7 +729,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Module/Loaded lib/Module/Loaded.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        # NB. tests are located in t/Module_Pluggable to avoid directory
@@ -725,7 +737,7 @@ package Maintainers;
        'Module::Pluggable' =>
                {
                'MAINTAINER'    => 'simonw',
-               'FILES'         => q[ext/Module/Pluggable t/Module_Pluggable],
+               'FILES'         => q[ext/Module-Pluggable],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -735,15 +747,15 @@ package Maintainers;
                'MAINTAINER'    => 'smpeters',
                'FILES'         => q[lib/Net/Ping.pm lib/Net/Ping],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'blead',
                },
 
        'NEXT' =>
                {
-               'MAINTAINER'    => 'dconway',
+               'MAINTAINER'    => 'rafl',
                'FILES'         => q[lib/NEXT.pm lib/NEXT],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Object::Accessor' =>
@@ -751,7 +763,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Object/Accessor.pm lib/Object/Accessor],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Package::Constants' =>
@@ -759,7 +771,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Package/Constants lib/Package/Constants.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Params::Check' =>
@@ -767,7 +779,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Params/Check lib/Params/Check.pm],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'parent' =>
@@ -778,6 +790,14 @@ package Maintainers;
                'UPSTREAM'      => undef,
                },
 
+       'Parse::CPAN::Meta' =>
+               {
+               'MAINTAINER'    => 'smueller',
+               'FILES'         => q[lib/Parse/CPAN/Meta.pm t/lib/Parse/CPAN/Meta/Test.pm lib/Parse/CPAN/Meta],
+               'CPAN'          => 1,
+               'UPSTREAM'      => "cpan",
+               },
+
        'perlebcdic' =>
                {
                'MAINTAINER'    => 'pvhp',
@@ -863,7 +883,7 @@ package Maintainers;
 
         '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.*],
+               'FILES' => q[lib/Pod/{Checker,Find,InputObjects,Parser,ParseUtils,PlainText,Select,Usage}.pm lib/Pod/t/contains_pod.t pod/pod{2usage,checker,select}.PL t/lib/contains_bad_pod.xr t/lib/contains_pod.xr 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/pod2usage.* t/pod/podchkenc.* t/pod/poderrs.* t/pod/podselect.* t/pod/special_seqs.* t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl t/pod/usage*.pod],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -889,7 +909,7 @@ package Maintainers;
                'MAINTAINER'    => 'rra',
                'FILES'         => q[lib/Pod/{Man,ParseLink,Text,Text/{Color,Overstrike,Termcap}}.pm pod/pod2man.PL pod/pod2text.PL lib/Pod/t/{basic.*,{color,filehandle,man*,parselink,pod-parser,pod-spelling,pod,termcap,text*}.t}],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Pod::Perldoc' =>
@@ -911,7 +931,7 @@ package Maintainers;
        'Safe' =>
                {
                'MAINTAINER'    => 'rgarcia',
-               'FILES'         => q[ext/Safe ext/Opcode/Safe.pm],
+               'FILES'         => q[ext/Safe],
                'CPAN'          => 1,
                'UPSTREAM'      => "blead",
                },
@@ -951,7 +971,7 @@ package Maintainers;
        'Sys::Syslog' =>
                {
                'MAINTAINER'    => 'saper',
-               'FILES'         => q[ext/Sys/Syslog],
+               'FILES'         => q[ext/Sys-Syslog],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -962,7 +982,7 @@ package Maintainers;
                'FILES'         =>
                        q[lib/Text/{Tabs,Wrap}.pm lib/Text/TabsWrap],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Text::Balanced' =>
@@ -984,7 +1004,7 @@ package Maintainers;
        'Text::Soundex' =>
                {
                'MAINTAINER'    => 'markm',
-               'FILES'         => q[ext/Text/Soundex],
+               'FILES'         => q[ext/Text-Soundex],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -994,7 +1014,7 @@ package Maintainers;
                'MAINTAINER'    => 'rra',
                'FILES'         => q[lib/Term/ANSIColor.pm lib/Term/ANSIColor],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Term::UI' =>
@@ -1002,7 +1022,7 @@ package Maintainers;
                'MAINTAINER'    => 'kane',
                'FILES'         => q[lib/Term/UI.pm lib/Term/UI],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Test' =>
@@ -1016,7 +1036,7 @@ package Maintainers;
        'Test::Harness' =>
                {
                'MAINTAINER'    => 'andya',
-               'FILES'         => q[ext/Test/Harness],
+               'FILES'         => q[ext/Test-Harness],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -1059,8 +1079,7 @@ package Maintainers;
        'threads' =>
                {
                'MAINTAINER'    => 'jdhedden',
-               'FILES'         => q[ext/threads/hints ext/threads/t
-                                    ext/threads/threads.{pm,xs}],
+               'FILES'         => q[ext/threads],
                'CPAN'          => 1,
                'UPSTREAM'      => 'blead',
                },
@@ -1068,7 +1087,7 @@ package Maintainers;
        'threads::shared' =>
                {
                'MAINTAINER'    => 'jdhedden',
-               'FILES'         => q[ext/threads/shared],
+               'FILES'         => q[ext/threads-shared],
                'CPAN'          => 1,
                'UPSTREAM'      => 'blead',
                },
@@ -1086,13 +1105,13 @@ package Maintainers;
                'MAINTAINER'    => 'nuffin',
                'FILES'         => q[lib/Tie/RefHash.pm lib/Tie/RefHash],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Time::HiRes' =>
                {
                'MAINTAINER'    => 'zefram',
-               'FILES'         => q[ext/Time/HiRes],
+               'FILES'         => q[ext/Time-HiRes],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -1108,7 +1127,7 @@ package Maintainers;
         'Time::Piece' =>
                 {
                 'MAINTAINER'    => 'msergeant',
-                'FILES'         => q[ext/Time/Piece],
+                'FILES'         => q[ext/Time-Piece],
                 'CPAN'          => 1,
                 'UPSTREAM'      => undef,
                 },
@@ -1119,15 +1138,15 @@ package Maintainers;
                'FILES'         => q[lib/Unicode/Collate.pm
                                     lib/Unicode/Collate],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'first-come',
                },
 
        'Unicode::Normalize' =>
                {
                'MAINTAINER'    => 'sadahiro',
-               'FILES'         => q[ext/Unicode/Normalize],
+               'FILES'         => q[ext/Unicode-Normalize],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'first-come',
                },
 
        'version' =>
@@ -1174,7 +1193,7 @@ package Maintainers;
        'Win32API::File' =>
                {
                'MAINTAINER'    => 'tyemq',
-               'FILES'         => q[ext/Win32API/File],
+               'FILES'         => q[ext/Win32API-File],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },