From: Steve Peters Date: Tue, 27 Dec 2005 18:36:19 +0000 (+0000) Subject: It'd be nice if I hadn't broken corecpan.pl. Its fixed now, though. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f319e147b252268cc6fe404c58538ec32cf8548a;p=p5sagit%2Fp5-mst-13.2.git It'd be nice if I hadn't broken corecpan.pl. Its fixed now, though. p4raw-id: //depot/perl@26504 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 175be9f..bf434fb 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -449,7 +449,7 @@ package Maintainers; 'Pod::Escapes' => { 'MAINTAINER' => 'sburke', - 'FILES' => q[lib/Pod/Escapes.pm lib/Pod/Escapes] + 'FILES' => q[lib/Pod/Escapes.pm lib/Pod/Escapes], 'CPAN' => 1, }, @@ -460,8 +460,9 @@ package Maintainers; }, 'Pod::Simple' => + { 'MAINTAINER' => 'arandal', - 'FILES' => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple] + 'FILES' => q[lib/Pod/Simple.pm lib/Pod/Simple.pod lib/Pod/Simple], 'CPAN' => 1, },