summaryrefslogtreecommitdiff
path: root/Porting
diff options
context:
space:
mode:
authorRobin Barker <RMBarker@cpan.org>2003-08-06 16:31:33 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2003-08-06 13:30:42 +0000
commitab96e00406a50bffe11358f112ba8ceddb7d94f7 (patch)
treeaccb74f757a472830bb4d419ec5260802876efe2 /Porting
parent73afeaec30b8a4bfb8d1427477e988b22d3af187 (diff)
downloadperl-ab96e00406a50bffe11358f112ba8ceddb7d94f7.tar.gz
maint @ 20512
Message-ID: <533D273D4014D411AB1D00062938C4D904046625@hotel.npl.co.uk> p4raw-id: //depot/perl@20523
Diffstat (limited to 'Porting')
-rw-r--r--Porting/Maintainers.pl36
1 files changed, 36 insertions, 0 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl
index 9bbaa16ee8..87594d181b 100644
--- a/Porting/Maintainers.pl
+++ b/Porting/Maintainers.pl
@@ -359,6 +359,13 @@ package Maintainers;
'CPAN' => 0,
},
+ 'Pod::Checker' => {
+ 'MAINTAINER' => 'marekr',
+ 'FILES' => q[lib/Pod/Checker.pm pod/podchecker.PL
+ t/pod/testpchk.pl],
+ 'CPAN' => 1,
+ },
+
'Pod::Find' =>
{
'MAINTAINER' => 'marekr',
@@ -380,6 +387,15 @@ package Maintainers;
'CPAN' => 1,
},
+ 'Pod::Parser' => {
+ 'MAINTAINER' => 'marekr',
+ 'FILES' => q[lib/Pod/{InputObjects,Parse{r,Utils}}.pm
+ t/pod/testcmp.pl
+ t/pod/{emptycmd,for,headings,include{,d},lref,{multiline,nested}_items,{nested,special}_seqs,oneline_cmds,poderrs}.{t,xr}
+ ],
+ 'CPAN' => 1,
+ },
+
'Pod::Perldoc' =>
{
'MAINTAINER' => 'sburke',
@@ -394,6 +410,26 @@ package Maintainers;
'CPAN' => 0,
},
+ 'Pod::PlainText' => {
+ 'MAINTAINER' => 'marekr',
+ 'FILES' => q[lib/Pod/PlainText.pm t/pod/testp2pt.pl],
+ 'CPAN' => 1,
+ },
+
+ 'Pod::Select' => {
+ 'MAINTAINER' => 'marekr',
+ 'FILES' => q[lib/Pod/Select.pm pod/podselect.PL
+ t/pod/podselect.{t,xr}],
+ 'CPAN' => 1,
+ },
+
+ 'Pod::Usage' => {
+ 'MAINTAINER' => 'marekr',
+ 'FILES' => q[lib/Pod/Usage.pm pod/pod2usage.PL
+ t/pod/pod2usage.{t,xr}],
+ 'CPAN' => 1,
+ },
+
'Safe' =>
{
'MAINTAINER' => 'abergman',