summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-04 15:51:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2008-01-04 15:51:00 +0000
commit70b32c0be2efeabdb9ea046737fb2575c5fef6a2 (patch)
tree36f81185c88924f2cb5441721bc0e02bdba8a3bf /Porting
parent0a8174e120529e019d11628f9f09602f36c035ca (diff)
downloadperl-70b32c0be2efeabdb9ea046737fb2575c5fef6a2.tar.gz
SelfLoader is dual-lived
p4raw-id: //depot/perl@32831
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl7
1 files changed, 7 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index f20e2ba7f8..953845333c 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',