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 69ef256..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>',
@@ -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,6 +190,14 @@ package Maintainers;
                'UPSTREAM'      => undef,
                },
 
+       'Compress::Raw::Bzip2' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/Compress-Raw-Bzip2],
+               'CPAN'          => 1,
+               'UPSTREAM'      => undef,
+               },
+
        'Compress::Raw::Zlib' =>
                {
                'MAINTAINER'    => 'pmqs',
@@ -262,10 +272,10 @@ package Maintainers;
 
        'CPANPLUS::Dist::Build' =>
                {
-               'MAINTAINER'    => 'kwilliams',
+               'MAINTAINER'    => 'bingos',
                'FILES'         => q[lib/CPANPLUS/Dist/Build.pm lib/CPANPLUS/Dist/Build],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Cwd' =>
@@ -273,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.
+               'MAINTAINER'    => 'p5p', # Not gsar. Not ilyam
                'FILES'         => q[ext/Data-Dumper],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'blead',
                },
 
        'DB::File' =>
@@ -297,7 +307,7 @@ package Maintainers;
                'MAINTAINER'    => 'mhx',
                'FILES'         => q[ext/Devel-PPPort],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Digest' =>
@@ -389,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' =>
@@ -400,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' =>
@@ -448,7 +458,7 @@ package Maintainers;
                'MAINTAINER'    => 'kwilliams',
                'FILES'         => q[lib/File/Spec.pm lib/File/Spec],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => "cpan",
                },
 
        'File::Temp' =>
@@ -481,7 +491,7 @@ package Maintainers;
                'MAINTAINER'    => 'jv',
                'FILES'         => q[lib/Getopt/Long.pm lib/Getopt/Long],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'I18N::LangTags' =>
@@ -503,7 +513,7 @@ package Maintainers;
        'IO' =>
                {
                'MAINTAINER'    => 'gbarr',
-               'FILES'         => q[ext/IO],
+               'FILES'         => q[ext/IO/],
                'CPAN'          => 1,
                'UPSTREAM'      => undef,
                },
@@ -540,6 +550,14 @@ package Maintainers;
                'UPSTREAM'      => 'cpan',
                },
 
+       'IPC::SysV' =>
+               {
+               'MAINTAINER'    => 'mhx',
+               'FILES'         => q[ext/IPC-SysV],
+               'CPAN'          => 1,
+               'UPSTREAM'      => 'cpan',
+               },
+
        'lib' =>
                {
                'MAINTAINER'    => 'smueller',
@@ -651,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',
                 },
@@ -718,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,
                },
@@ -728,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' =>
@@ -771,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',
@@ -955,7 +982,7 @@ package Maintainers;
                'FILES'         =>
                        q[lib/Text/{Tabs,Wrap}.pm lib/Text/TabsWrap],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Text::Balanced' =>
@@ -987,7 +1014,7 @@ package Maintainers;
                'MAINTAINER'    => 'rra',
                'FILES'         => q[lib/Term/ANSIColor.pm lib/Term/ANSIColor],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'cpan',
                },
 
        'Term::UI' =>
@@ -1052,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',
                },
@@ -1112,7 +1138,7 @@ package Maintainers;
                'FILES'         => q[lib/Unicode/Collate.pm
                                     lib/Unicode/Collate],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'first-come',
                },
 
        'Unicode::Normalize' =>
@@ -1120,7 +1146,7 @@ package Maintainers;
                'MAINTAINER'    => 'sadahiro',
                'FILES'         => q[ext/Unicode-Normalize],
                'CPAN'          => 1,
-               'UPSTREAM'      => undef,
+               'UPSTREAM'      => 'first-come',
                },
 
        'version' =>