Change 28707 by [EMAIL PROTECTED] on 2006/08/14 10:15:04
Update Porting/Maintainers.pl w.r.t. #28695, #28703 and #28706.
Affected files ...
... //depot/perl/Porting/Maintainers.pl#51 edit
Differences ...
==== //depot/perl/Porting/Maintainers.pl#51 (text) ====
Index: perl/Porting/Maintainers.pl
--- perl/Porting/Maintainers.pl#50~28506~ 2006-07-08 07:50:33.000000000
-0700
+++ perl/Porting/Maintainers.pl 2006-08-14 03:15:04.000000000 -0700
@@ -415,6 +415,20 @@
'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 @@
'CPAN' => 1,
},
+ 'Package::Constants' =>
+ {
+ 'MAINTAINER' => 'kane',
+ 'FILES' => q[lib/Package/Constants
lib/Package/Constants.pm],
+ 'CPAN' => 1,
+ },
+
'perlebcdic' =>
{
'MAINTAINER' => 'pvhp',
End of Patch.