From: Rafael Garcia-Suarez Date: Fri, 23 Sep 2005 12:35:30 +0000 (+0000) Subject: SAPER is the new maintainer of XSLoader X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b9934ccf1c64ef8a8e467adb0682156a3bd23fe7;p=p5sagit%2Fp5-mst-13.2.git SAPER is the new maintainer of XSLoader p4raw-id: //depot/perl@25578 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 7327221..41778cb 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -50,6 +50,7 @@ package Maintainers; 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', 'sadahiro' => 'SADAHIRO Tomoyuki ', + 'saper' => 'Sébastien Aperghis-Tramoni ', 'sburke' => 'Sean Burke ', 'mschwern' => 'Michael Schwern ', 'smccam' => 'Stephen McCamant ', @@ -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',