From: Rafael Garcia-Suarez Date: Mon, 26 Feb 2007 06:59:44 +0000 (+0000) Subject: Module::Pluggable wasn't in the maintainers list X-Git-Tag: accepted/trunk/20130322.191538~15852 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=96c0ef3171cec6702362518bef6393cb3b0e8aea;p=platform%2Fupstream%2Fperl.git Module::Pluggable wasn't in the maintainers list p4raw-id: //depot/perl@30405 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 508311c..88a0c45 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -483,6 +483,14 @@ package Maintainers; 'CPAN' => 1, }, + 'Module::Pluggable' => + { + 'MAINTAINER' => 'simonw', + 'FILES' => q[lib/Module/Pluggable lib/Module/Pluggable.pm + lib/Devel/InnerPackage.pm], + 'CPAN' => 1, + }, + 'Net::Ping' => { 'MAINTAINER' => 'bbb',