From: Jarkko Hietaniemi Date: Fri, 1 Sep 2000 16:00:42 +0000 (+0000) Subject: Update to PodParser 1.18, from Brad Appleton. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=051b35bf0b07820076d573321931d9a4f436c8e3;p=p5sagit%2Fp5-mst-13.2.git Update to PodParser 1.18, from Brad Appleton. p4raw-id: //depot/perl@6978 --- diff --git a/lib/Pod/Checker.pm b/lib/Pod/Checker.pm index 01ac486..37ed68f 100644 --- a/lib/Pod/Checker.pm +++ b/lib/Pod/Checker.pm @@ -202,7 +202,7 @@ These may not necessarily cause trouble, but indicate mediocre style. =over 4 -=item * multiple occurrence of link target I +=item * multiple occurence of link target I The POD file has some C<=item> and/or C<=head> commands that have the same text. Potential hyperlinks to such a text cannot be unique then. diff --git a/t/pod/find.t b/t/pod/find.t index c40c8b4..e0ab63e 100644 --- a/t/pod/find.t +++ b/t/pod/find.t @@ -38,7 +38,7 @@ my $compare = join(',', qw( )); if ($^O eq 'VMS') { $compare = lc($compare); - $result = join(',', sort grep {pod::} values %pods); + $result = join(',', sort grep(/pod::/, values %pods)); $result =~ s/$Qlib_dir/pod::/g; my $count = 0; my @result = split(/,/,$result);