From: Paul Fenwick Date: Fri, 26 Dec 2008 00:54:03 +0000 (+1100) Subject: autodie information added to Maintainers.pl X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=8be3533f7234693553495d37baceb3a03698a7d8;p=p5sagit%2Fp5-mst-13.2.git autodie information added to Maintainers.pl --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 1ca2ad0..46cc376 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -59,6 +59,7 @@ package Maintainers; 'p5p' => 'perl5-porters ', 'perlfaq' => 'perlfaq-workers ', 'petdance' => 'Andy Lester ', + 'pjf' => 'Paul Fenwick ', 'pmqs' => 'Paul Marquess ', 'pvhp' => 'Peter Prymmer ', 'rclamp' => 'Richard Clamp ', @@ -130,6 +131,14 @@ package Maintainers; 'UPSTREAM' => "blead", }, + 'autodie' => + { + 'MAINTAINER' => 'pjf', + 'FILES' => q[lib/Fatal.pm lib/autodie.pm lib/autodie], + 'CPAN' => 1, + 'UPSTREAM' => 'cpan', + }, + 'B::Concise' => { 'MAINTAINER' => 'smccam',