Integration of strlcat is to-done (noticed by Yves)
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index b05ae74..4637e96 100644 (file)
@@ -14,7 +14,7 @@ package Maintainers;
        'ams'           => 'Abhijit Menon-Sen <ams@cpan.org>',
        'andk'          => 'Andreas J. Koenig <andk@cpan.org>',
        'arandal'       => 'Allison Randal <allison@perl.org>',
-       'autrijus'      => 'Audrey Tang <autrijus@cpan.org>',
+       'audreyt'       => 'Audrey Tang <cpan@audreyt.org>',
        'bbb'           => 'Rob Brown <bbb@cpan.org>',
        'craig'         => 'Craig Berry <craigberry@mac.com>',
        'dankogai'      => 'Dan Kogai <dankogai@cpan.org>',
@@ -28,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>',
@@ -42,6 +43,7 @@ package Maintainers;
        'muir'          => 'David Muir Sharnoff <muir@cpan.org>',
        'neilb'         => 'Neil Bowers <neilb@cpan.org>',
        'ni-s'          => 'Nick Ing-Simmons <nick@ing-simmons.net>',
+       'nuffin'        => 'Yuval Kogman <nothingmuch@woobling.org>',
        'p5p'           => 'perl5-porters <perl5-porters@perl.org>',
        'perlfaq'       => 'perlfaq-workers <perlfaq-workers@perl.org>',
        'petdance'      => 'Andy Lester <andy@petdance.com>',
@@ -60,6 +62,7 @@ package Maintainers;
        'tels'          => 'perl_dummy a-t bloodgate.com',
        'tomhughes'     => 'Tom Hughes <tomhughes@cpan.org>',
        'tjenness'      => 'Tim Jenness <tjenness@cpan.org>',
+       'tyemq'         => 'Tye McQueen <tyemq@cpan.org>',
        'yves'          => 'Yves Orton <yves@cpan.org>',
        );
 
@@ -205,7 +208,7 @@ package Maintainers;
 
        'encoding::warnings' =>
                {
-               'MAINTAINER'    => 'autrijus',
+               'MAINTAINER'    => 'audreyt',
                'FILES'         => q[lib/encoding/warnings.pm lib/encoding/warnings],
                'CPAN'          => 1,
                },
@@ -377,6 +380,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+        'Math::Complex' =>
+                {
+                'MAINTAINER'    => 'jhi',
+                'FILES'         => q[lib/Math/Complex.pm lib/Math/Trig.pm],
+                'CPAN'          => 1,
+                },
+
        'Memoize' =>
                {
                'MAINTAINER'    => 'mjd',
@@ -615,9 +625,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' =>
@@ -627,6 +645,13 @@ package Maintainers;
                'CPAN'          => 1,
                },
 
+       'Tie::RefHash' =>
+               {
+               'MAINTAINER'    => 'nuffin',
+               'FILES'         => q[lib/Tie/RefHash.pm lib/Tie/RefHash],
+               'CPAN'          => 1,
+               },
+
        'Time::HiRes' =>
                {
                'MAINTAINER'    => 'jhi',
@@ -678,6 +703,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'Win32API::File' =>
+               {
+               'MAINTAINER'    => 'tyemq',
+               'FILES'         => q[win32/ext/Win32API/File],
+               'CPAN'          => 1,
+               },
+
        'XSLoader' =>
                {
                'MAINTAINER'    => 'saper',