This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
SAPER is the new maintainer of XSLoader
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 23 Sep 2005 12:35:30 +0000 (12:35 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Fri, 23 Sep 2005 12:35:30 +0000 (12:35 +0000)
p4raw-id: //depot/perl@25578

Porting/Maintainers.pl

index 7327221..41778cb 100644 (file)
@@ -50,6 +50,7 @@ package Maintainers;
        'rmbarker'      => 'Robin Barker <rmbarker@cpan.org>',
        'rra'           => 'Russ Allbery <rra@cpan.org>',
        'sadahiro'      => 'SADAHIRO Tomoyuki <SADAHIRO@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>',
@@ -630,6 +631,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',