From: Rafael Garcia-Suarez Date: Fri, 4 Jan 2008 15:51:00 +0000 (+0000) Subject: SelfLoader is dual-lived X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70b32c0be2efeabdb9ea046737fb2575c5fef6a2;p=p5sagit%2Fp5-mst-13.2.git SelfLoader is dual-lived p4raw-id: //depot/perl@32831 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index f20e2ba..9538453 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -774,6 +774,13 @@ package Maintainers; 'CPAN' => 1, }, + 'SelfLoader' => + { + 'MAINTAINER' => 'smueller', + 'FILES' => q[lib/SelfLoader.pm lib/SelfLoader], + 'CPAN' => 1, + }, + 'Shell' => { 'MAINTAINER' => 'ferreira',