summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-08-14 18:35:07 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-14 18:35:07 +0000
commit35f4cee9302f3a353895edf5f0a87e743e580b6e (patch)
treefe1698f5d9fe99c4f859d4b39e6ea621d5f75635 /Porting
parente9acc69df9782b1120798f0fe8810021b5dd92d7 (diff)
downloadperl-35f4cee9302f3a353895edf5f0a87e743e580b6e.tar.gz
Add PerlIO::via::QuotedPrint to Maintainers.
p4raw-id: //depot/perl@20714
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl26
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',