From: Steve Hay Date: Mon, 14 Aug 2006 10:15:04 +0000 (+0000) Subject: Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0fde73019cd2b58d70fb22325e49c1ca8d1c6ea5;p=p5sagit%2Fp5-mst-13.2.git Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706. p4raw-id: //depot/perl@28707 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 4637e96..b3f231e 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -415,6 +415,20 @@ package Maintainers; 'CPAN' => 1, }, + 'Module::Load' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Module/Load lib/Module/Load.pm], + 'CPAN' => 1, + }, + + 'Module::Loaded' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Module/Loaded lib/Module/Loaded.pm], + 'CPAN' => 1, + }, + 'Net::Ping' => { 'MAINTAINER' => 'bbb', @@ -429,6 +443,13 @@ package Maintainers; 'CPAN' => 1, }, + 'Package::Constants' => + { + 'MAINTAINER' => 'kane', + 'FILES' => q[lib/Package/Constants lib/Package/Constants.pm], + 'CPAN' => 1, + }, + 'perlebcdic' => { 'MAINTAINER' => 'pvhp',