From: Jarkko Hietaniemi Date: Thu, 14 Aug 2003 18:35:07 +0000 (+0000) Subject: Add PerlIO::via::QuotedPrint to Maintainers. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35f4cee9302f3a353895edf5f0a87e743e580b6e;p=p5sagit%2Fp5-mst-13.2.git Add PerlIO::via::QuotedPrint to Maintainers. p4raw-id: //depot/perl@20714 --- diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 87594d1..c1b8650 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -308,15 +308,6 @@ package Maintainers; 'CPAN' => 1, }, - 'perlio-doc' => - { - 'MAINTAINER' => 'ni-s', - 'FILES' => q[pod/perlapio.pod - pod/perliol.pod - lib/PerlIO.pm], - 'CPAN' => 0, - }, - 'perlebcdic' => { 'MAINTAINER' => 'pvhp', @@ -331,6 +322,23 @@ package Maintainers; 'CPAN' => 1, }, + 'perlio-doc' => + { + 'MAINTAINER' => 'ni-s', + 'FILES' => q[pod/perlapio.pod + pod/perliol.pod + lib/PerlIO.pm], + 'CPAN' => 0, + }, + + 'Perlio::via::QuotedPrint' => + { + 'MAINTAINER' => 'elizabeth', + 'FILES' => q[lib/PerlIO/via/QuotedPrint.pm + lib/PerlIO/via/t/QuotedPrint.t], + 'CPAN' => 1, + }, + 'perlref' => { 'MAINTAINER' => 'mjd',