summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-02-08 10:44:09 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-02-08 10:44:09 +0000
commit0121e50edd9fa9c4824400c5f42426cf18c6e53b (patch)
tree3d57488ef1dbea2cdce2d4ea11d0e795df0ac41b /Porting
parentb69ffb0c2dcf2e48394234750a5dba409f3ff696 (diff)
downloadperl-0121e50edd9fa9c4824400c5f42426cf18c6e53b.tar.gz
Add Module::CoreList in the maintainers list
p4raw-id: //depot/perl@23949
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl8
1 files changed, 8 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 07a2fae8e4..04e0bf9a26 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -42,6 +42,7 @@ package Maintainers;
'petdance' => 'Andy Lester <petdance@cpan.org>',
'pmqs' => 'Paul Marquess <pmqs@cpan.org>',
'pvhp' => 'Peter Prymmer <pvhp@best.com>',
+ 'rclamp' => 'Richard Clamp <rclamp@cpan.org>',
'rgarcia' => 'Rafael Garcia-Suarez <rgarcia@cpan.org>',
'rmbarker' => 'Robin Barker <rmbarker@cpan.org>',
'rra' => 'Russ Allbery <rra@cpan.org>',
@@ -310,6 +311,13 @@ package Maintainers;
'CPAN' => 1,
},
+ 'Module::CoreList' =>
+ {
+ 'MAINTAINER' => 'rclamp',
+ 'FILES' => q[lib/Module/CoreList lib/Module/CoreList.pm],
+ 'CPAN' => 1,
+ },
+
'Net::Ping' =>
{
'MAINTAINER' => 'bbb',