Integration of strlcat is to-done (noticed by Yves)
[p5sagit/p5-mst-13.2.git] / Porting / Maintainers.pl
index f4f41cb..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>',
@@ -43,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>',
@@ -61,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>',
        );
 
@@ -206,7 +208,7 @@ package Maintainers;
 
        'encoding::warnings' =>
                {
-               'MAINTAINER'    => 'autrijus',
+               'MAINTAINER'    => 'audreyt',
                'FILES'         => q[lib/encoding/warnings.pm lib/encoding/warnings],
                'CPAN'          => 1,
                },
@@ -378,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',
@@ -636,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',
@@ -687,6 +703,13 @@ package Maintainers;
                'CPAN'          => 0,
                },
 
+       'Win32API::File' =>
+               {
+               'MAINTAINER'    => 'tyemq',
+               'FILES'         => q[win32/ext/Win32API/File],
+               'CPAN'          => 1,
+               },
+
        'XSLoader' =>
                {
                'MAINTAINER'    => 'saper',