summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-23 12:35:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-09-23 12:35:30 +0000
commitb9934ccf1c64ef8a8e467adb0682156a3bd23fe7 (patch)
treea38c76aeaec357afcfe51268b9815dd5e8679071
parent0967284d0634c330ce4a0132f349a4158079e725 (diff)
downloadperl-b9934ccf1c64ef8a8e467adb0682156a3bd23fe7.tar.gz
SAPER is the new maintainer of XSLoader
p4raw-id: //depot/perl@25578
-rw-r--r--Porting/Maintainers.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 7327221b95..41778cb544 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -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',