summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2006-08-14 10:15:04 +0000
committerSteve Hay <SteveHay@planit.com>2006-08-14 10:15:04 +0000
commit0fde73019cd2b58d70fb22325e49c1ca8d1c6ea5 (patch)
treed0a699424135c9174e05089a2cc8a3fa2eeb3334
parent271e5113b6f272563b3b2a7eff9bd6917f8315c5 (diff)
downloadperl-0fde73019cd2b58d70fb22325e49c1ca8d1c6ea5.tar.gz
Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
p4raw-id: //depot/perl@28707
-rw-r--r--Porting/Maintainers.pl21
1 files changed, 21 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 4637e96a3a..b3f231eecc 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',