diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-21 14:20:14 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-09-21 14:20:14 +0000 |
commit | 050d708aecf230e85f36704140827e313c561caf (patch) | |
tree | a7b5d15b3eed245488dc835e230644010143d739 /Porting | |
parent | ee9f299b8c7076bcee069174c1a60d565f3ca454 (diff) | |
download | perl-050d708aecf230e85f36704140827e313c561caf.tar.gz |
PodParser is now Pod-Parser on CPAN
p4raw-id: //depot/perl@25537
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/Maintainers.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/Maintainers.pl b/Porting/Maintainers.pl index b4e46bfc12..7327221b95 100644 --- a/Porting/Maintainers.pl +++ b/Porting/Maintainers.pl @@ -444,7 +444,7 @@ package Maintainers; 'CPAN' => 0, }, - 'PodParser' => { + 'Pod::Parser' => { 'MAINTAINER' => 'marekr', 'FILES' => q[lib/Pod/{InputObjects,Parser,ParseUtils,Select,PlainText,Usage,Checker,Find}.pm pod/pod{select,2usage,checker}.PL t/pod/testcmp.pl t/pod/testp2pt.pl t/pod/testpchk.pl t/pod/emptycmd.* t/pod/find.t t/pod/for.* t/pod/headings.* t/pod/include.* t/pod/included.* t/pod/lref.* t/pod/multiline_items.* t/pod/nested_items.* t/pod/nested_seqs.* t/pod/oneline_cmds.* t/pod/poderrs.* t/pod/pod2usage.* t/pod/podselect.* t/pod/special_seqs.*], 'CPAN' => 1, |