diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 18:35:07 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-14 18:35:07 +0000 |
commit | 35f4cee9302f3a353895edf5f0a87e743e580b6e (patch) | |
tree | fe1698f5d9fe99c4f859d4b39e6ea621d5f75635 /Porting | |
parent | e9acc69df9782b1120798f0fe8810021b5dd92d7 (diff) | |
download | perl-35f4cee9302f3a353895edf5f0a87e743e580b6e.tar.gz |
Add PerlIO::via::QuotedPrint to Maintainers.
p4raw-id: //depot/perl@20714
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index 87594d181b..c1b865025e 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', |