From: Nicholas Clark Date: Thu, 22 May 2008 08:31:30 +0000 (+0000) Subject: Rafael will take over Attribute::Handlers X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=827116e637c1b55c14872c13c9cb84c0cf5dffaf;p=p5sagit%2Fp5-mst-13.2.git Rafael will take over Attribute::Handlers p4raw-id: //depot/perl@33907 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 3cf336d..9fa25bd 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -108,6 +108,14 @@ package Maintainers; 'CPAN' => 1, }, + 'Attribute::Handlers' => + { + 'MAINTAINER' => 'rgarcia', + 'FILES' => q[lib/Attribute/Handlers.pm + lib/Attribute/Handlers], + 'CPAN' => 0, + }, + 'B::Concise' => { 'MAINTAINER' => 'smccam',