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 95a1598..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,21 +28,24 @@ 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>',
+       'kane'          => 'Jos Boumans <kane@cpan.org>',
        'kwilliams'     => 'Ken Williams <kwilliams@cpan.org>',
        '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@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>',
        'p5p'           => 'perl5-porters <perl5-porters@perl.org>',
        'perlfaq'       => 'perlfaq-workers <perlfaq-workers@perl.org>',
-       'petdance'      => 'Andy Lester <petdance@cpan.org>',
+       'petdance'      => 'Andy Lester <andy@petdance.com>',
        'pmqs'          => 'Paul Marquess <pmqs@cpan.org>',
        'pvhp'          => 'Peter Prymmer <pvhp@best.com>',
        'rclamp'        => 'Richard Clamp <rclamp@cpan.org>',
@@ -49,11 +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',
-       'tjenness'      => 'Tim Jenness <tjenness@cpan.org>'
+       'tomhughes'     => 'Tom Hughes <tomhughes@cpan.org>',
+       'tjenness'      => 'Tim Jenness <tjenness@cpan.org>',
+       'yves'          => 'Yves Orton <yves@cpan.org>',
        );
 
 # The FILES is either filenames, or glob patterns, or directory
@@ -62,6 +70,20 @@ package Maintainers;
 
 %Modules = (
 
+       'Archive::Tar' =>
+               {
+               'MAINTAINER'    => 'kane',
+               'FILES'         => q[lib/Archive/Tar.pm lib/Archive/Tar],
+               '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',
@@ -98,6 +120,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Compress::Zlib' =>
+               {
+               'MAINTAINER'    => 'pmqs',
+               'FILES'         => q[ext/Compress/Zlib t/lib/ZlibTestUtils.pm],
+               'CPAN'          => 1,
+               },
+
        'CGI' =>
                {
                'MAINTAINER'    => 'lstein',
@@ -161,6 +190,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'Digest::SHA' =>
+                {
+                'MAINTAINER'    => 'mshelor',
+                'FILES'         => q[ext/Digest/SHA],
+                'CPAN'          => 1,
+                },
+
        'Encode' =>
                {
                'MAINTAINER'    => 'dankogai',
@@ -182,14 +218,36 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'ExtUtils::CBuilder' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[lib/ExtUtils/CBuilder.pm lib/ExtUtils/CBuilder],
+               '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,
                },
 
+       'ExtUtils::ParseXS' =>
+               {
+               'MAINTAINER'    => 'kwilliams',
+               'FILES'         => q[lib/ExtUtils/ParseXS.pm lib/ExtUtils/ParseXS],
+               'CPAN'          => 1,
+               },
+
        'faq' =>
                {
                'MAINTAINER'    => 'perlfaq',
@@ -250,9 +308,16 @@ package Maintainers;
 
        'IO' =>
                {
-               'MAINTAINER'    => 'p5p', # Not gbarr.
+               'MAINTAINER'    => 'gbarr',
                'FILES'         => q[ext/IO],
-               'CPAN'          => 0,
+               'CPAN'          => 1,
+               },
+
+       'IO::Zlib' =>
+               {
+               'MAINTAINER'    => 'tomhughes',
+               'FILES'         => q[lib/IO/Zlib.pm lib/IO/Zlib],
+               'CPAN'          => 1,
                },
 
        'libnet' =>
@@ -279,7 +344,7 @@ package Maintainers;
 
        'Locale::Maketext' =>
                {
-               'MAINTAINER'    => 'sburke',
+               'MAINTAINER'    => 'petdance',
                'FILES'         => q[lib/Locale/Maketext.pm lib/Locale/Maketext],
                'CPAN'          => 1,
                },
@@ -299,6 +364,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Math::BigInt::FastCalc' =>
+               {
+               'MAINTAINER'    => 'tels',
+               'FILES'         => q[ext/Math/BigInt/FastCalc],
+               'CPAN'          => 1,
+               },
+
        'Math::BigRat' =>
                {
                'MAINTAINER'    => 'tels',
@@ -320,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',
@@ -400,12 +479,26 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
-       'PodParser' => {
+       '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',
@@ -523,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' =>
@@ -586,6 +687,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'XSLoader' =>
+               {
+               'MAINTAINER'    => 'saper',
+               'FILES'         => q[ext/DynaLoader/t/XSLoader.t ext/DynaLoader/XSLoader_pm.PL],
+               'CPAN'          => 1,
+               },
+
        's2p' =>
                {
                'MAINTAINER'    => 'laun',