This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PodParser is now Pod-Parser on CPAN
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Sep 2005 14:20:14 +0000 (14:20 +0000)
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>
Wed, 21 Sep 2005 14:20:14 +0000 (14:20 +0000)
p4raw-id: //depot/perl@25537

Porting/Maintainers.pl

index b4e46bf..7327221 100644 (file)
@@ -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,