From: Rafael Garcia-Suarez Date: Tue, 8 Feb 2005 10:44:09 +0000 (+0000) Subject: Add Module::CoreList in the maintainers list X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0121e50edd9fa9c4824400c5f42426cf18c6e53b;p=p5sagit%2Fp5-mst-13.2.git Add Module::CoreList in the maintainers list p4raw-id: //depot/perl@23949 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 07a2fae..04e0bf9 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -42,6 +42,7 @@ package Maintainers; 'petdance' => 'Andy Lester ', 'pmqs' => 'Paul Marquess ', 'pvhp' => 'Peter Prymmer ', + 'rclamp' => 'Richard Clamp ', 'rgarcia' => 'Rafael Garcia-Suarez ', 'rmbarker' => 'Robin Barker ', 'rra' => 'Russ Allbery ', @@ -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',