This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
threads - miscellaneous
[perl5.git] / Porting / Maintainers.pl
index d458f17..f4f41cb 100644 (file)
@@ -13,7 +13,8 @@ package Maintainers;
        'abergman'      => 'Arthur Bergman <abergman@cpan.org>',
        'ams'           => 'Abhijit Menon-Sen <ams@cpan.org>',
        'andk'          => 'Andreas J. Koenig <andk@cpan.org>',
-       'autrijus'      => 'Autrijus Tang <autrijus@cpan.org>',
+       'arandal'       => 'Allison Randal <allison@perl.org>',
+       'autrijus'      => 'Audrey Tang <autrijus@cpan.org>',
        'bbb'           => 'Rob Brown <bbb@cpan.org>',
        'craig'         => 'Craig Berry <craigberry@mac.com>',
        'dankogai'      => 'Dan Kogai <dankogai@cpan.org>',
@@ -27,6 +28,7 @@ package Maintainers;
        'ilyam'         => 'Ilya Martynov <ilyam@cpan.org>',
        'ilyaz'         => 'Ilya Zakharevich <ilyaz@cpan.org>',
        'jand'          => 'Jan Dubois <jand@activestate.com>',
+       'jdhedden'      => 'Jerry D. Hedden <jdhedden@cpan.org>',
        'jhi'           => 'Jarkko Hietaniemi <jhi@cpan.org>',
        'jstowe'        => 'Jonathan Stowe <jstowe@cpan.org>',
        'jv'            => 'Johan Vromans <jv@cpan.org>',
@@ -37,6 +39,7 @@ package Maintainers;
        'marekr'        => 'Marek Rouchal <marekr@cpan.org>',
        'mhx'           => 'Marcus Holland-Moritz <mhx@cpan.org>',
        'mjd'           => 'Mark-Jason Dominus <mjd@plover.com>',
+       'mshelor'       => 'Mark Shelor <mshelor@cpan.org>',
        'muir'          => 'David Muir Sharnoff <muir@cpan.org>',
        'neilb'         => 'Neil Bowers <neilb@cpan.org>',
        'ni-s'          => 'Nick Ing-Simmons <nick@ing-simmons.net>',
@@ -50,13 +53,15 @@ package Maintainers;
        'rmbarker'      => 'Robin Barker <rmbarker@cpan.org>',
        'rra'           => 'Russ Allbery <rra@cpan.org>',
        'sadahiro'      => 'SADAHIRO Tomoyuki <SADAHIRO@cpan.org>',
+       'salva'         => 'Salvador Fandiño García <salva@cpan.org>',
        'saper'         => 'Sébastien Aperghis-Tramoni <saper@cpan.org>',
        'sburke'        => 'Sean Burke <sburke@cpan.org>',
        'mschwern'      => 'Michael Schwern <mschwern@cpan.org>',
        'smccam'        => 'Stephen McCamant <smccam@cpan.org>',
        'tels'          => 'perl_dummy a-t bloodgate.com',
        'tomhughes'     => 'Tom Hughes <tomhughes@cpan.org>',
-       'tjenness'      => 'Tim Jenness <tjenness@cpan.org>'
+       'tjenness'      => 'Tim Jenness <tjenness@cpan.org>',
+       'yves'          => 'Yves Orton <yves@cpan.org>',
        );
 
 # The FILES is either filenames, or glob patterns, or directory
@@ -72,6 +77,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'assertions' =>
+               {
+               'MAINTAINER'    => 'salva',
+               'FILES'         => q[lib/assertions.pm lib/assertions t/comp/assertions.t t/comp/asstcompat.t],
+               'CPAN'          => 1,
+               },
+
        'Attribute::Handlers' =>
                {
                'MAINTAINER'    => 'abergman',
@@ -178,6 +190,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'Digest::SHA' =>
+                {
+                'MAINTAINER'    => 'mshelor',
+                'FILES'         => q[ext/Digest/SHA],
+                'CPAN'          => 1,
+                },
+
        'Encode' =>
                {
                'MAINTAINER'    => 'dankogai',
@@ -206,10 +225,18 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'ExtUtils::Install' =>
+
+               {
+               'MAINTAINER' => 'yves',
+               'FILES' => q[lib/ExtUtils/{Install,Installed,Packlist}.pm],
+               'CPAN' => 1,
+               },
+
        'ExtUtils::MakeMaker' =>
                {
                'MAINTAINER'    => 'mschwern',
-               'FILES'         => q[lib/ExtUtils/{Command,Install,Installed,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,Packlist,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP}
+               'FILES' => q[lib/ExtUtils/{Command,Liblist,MakeMaker,Manifest,Mkbootstrap,Mksymlists,MM*,MY,testlib}.pm lib/ExtUtils/{Command,Liblist,MakeMaker,MANIFEST.SKIP}
                                     lib/ExtUtils/t t/lib/MakeMaker t/lib/TieIn.pm t/lib/TieOut.pm],
                'CPAN'          => 1,
                },
@@ -283,7 +310,7 @@ package Maintainers;
                {
                'MAINTAINER'    => 'gbarr',
                'FILES'         => q[ext/IO],
-               'CPAN'          => 0,
+               'CPAN'          => 1,
                },
 
        'IO::Zlib' =>
@@ -317,7 +344,7 @@ package Maintainers;
 
        'Locale::Maketext' =>
                {
-               'MAINTAINER'    => 'sburke',
+               'MAINTAINER'    => 'petdance',
                'FILES'         => q[lib/Locale/Maketext.pm lib/Locale/Maketext],
                'CPAN'          => 1,
                },
@@ -365,6 +392,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Module::Build' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[lib/Module/Build lib/Module/Build.pm],
+               'CPAN'          => 1,
+               },
+
        'Module::CoreList' =>
                {
                'MAINTAINER'    => 'rclamp',
@@ -445,12 +479,26 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
-       'Pod::Parser' => {
+       'Pod::Escapes' =>
+                {
+                'MAINTAINER'    => 'sburke',
+                'FILES'         => q[lib/Pod/Escapes.pm lib/Pod/Escapes],
+                'CPAN'          => 1,
+                },
+
+        '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.*],
                'CPAN'          => 1,
                },
 
+        'Pod::Simple' =>
+                {
+               'MAINTAINER'    => 'arandal',
+               'FILES'         => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple],
+               'CPAN'          => 1,
+               },
+
        'Pod::LaTeX' =>
                {
                'MAINTAINER'    => 'tjenness',
@@ -568,9 +616,17 @@ package Maintainers;
 
        'threads' =>
                {
-               'MAINTAINER' => 'abergman',
-               'FILES'  => q[ext/threads],
-               'CPAN'          => 0,
+               'MAINTAINER'    => 'jdhedden',
+               'FILES'         => q[ext/threads/hints ext/threads/t
+                                    ext/threads/threads.{pm,xs} ext/threads/typemap],
+               'CPAN'          => 1,
+               },
+
+       'threads::shared' =>
+               {
+               'MAINTAINER'    => 'jdhedden',
+               'FILES'         => q[ext/threads/shared],
+               'CPAN'          => 1,
                },
 
        'Tie::File' =>