From: Rafael Garcia-Suarez Date: Thu, 27 Nov 2003 22:18:29 +0000 (+0000) Subject: Marcus Holland-Moritz is now the maintainer of Devel::PPPort. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=93b779392fd3046a690d7f0cf12b3df5353a9a43;p=p5sagit%2Fp5-mst-13.2.git Marcus Holland-Moritz is now the maintainer of Devel::PPPort. PerlIO and threads are not on CPAN. p4raw-id: //depot/perl@21789 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 0446054..b835f0f 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -31,6 +31,7 @@ package Maintainers; 'laun' => 'Wolfgang Laun ', 'lstein' => 'Lincoln D. Stein ', 'marekr' => 'Marek Rouchal ', + 'mhx' => 'Marcus Holland-Moritz ', 'mjd' => 'Mark-Jason Dominus ', 'muir' => 'David Muir Sharnoff ', 'neilb' => 'Neil Bowers ', @@ -123,7 +124,7 @@ package Maintainers; 'Devel::PPPort' => { - 'MAINTAINER' => 'pmqs', + 'MAINTAINER' => 'mhx', 'FILES' => q[ext/Devel/PPPort], 'CPAN' => 1, }, @@ -319,7 +320,7 @@ package Maintainers; { 'MAINTAINER' => 'p5p', 'FILES' => q[ext/PerlIO], - 'CPAN' => 1, + 'CPAN' => 0, }, 'perlio-doc' => @@ -492,7 +493,7 @@ package Maintainers; { 'MAINTAINER' => 'abergman', 'FILES' => q[ext/threads], - 'CPAN' => 1, + 'CPAN' => 0, }, 'Tie::File' =>