diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-05-19 10:48:37 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-05-19 12:43:49 -0700 |
commit | 74d9deb138b0bc6474f09ffcfe27c3ac8df02293 (patch) | |
tree | 26d4d704854f5267517730bcd56232f0b92a4224 | |
parent | 8b55b0284cb0f0f4e3a37ab37287c6441d6061d8 (diff) | |
download | perl-74d9deb138b0bc6474f09ffcfe27c3ac8df02293.tar.gz |
Regenerate known_pod_issues.dat
podcheck.t is producing spurious failures for two files.
-rw-r--r-- | t/porting/known_pod_issues.dat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index fdfc11b984..edadddb859 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -324,7 +324,7 @@ pod/perluniintro.pod Verbatim line length including indents exceeds 80 by 3 pod/perluniprops.pod =item type mismatch 6 pod/perlutil.pod ? Should you be using L<...> instead of 1 pod/perlutil.pod Apparent broken link 3 -pod/perlutil.pod Apparent internal link is missing its forward slash 5 +pod/perlutil.pod Apparent internal link is missing its forward slash 7 pod/perlvar.pod ? Should you be using L<...> instead of 4 pod/perlvar.pod Verbatim line length including indents exceeds 80 by 9 pod/perlvms.pod ? Should you be using F<...> or maybe L<...> instead of 1 @@ -334,6 +334,7 @@ pod/perlwin32.pod Verbatim line length including indents exceeds 80 by 12 pod/perlxs.pod Apparent internal link is missing its forward slash 1 pod/perlxs.pod Verbatim line length including indents exceeds 80 by 4 pod/perlxstut.pod Verbatim line length including indents exceeds 80 by 10 +Porting/epigraphs.pod Entity number out of range E<0x2014> 1 Porting/epigraphs.pod Verbatim line length including indents exceeds 80 by 3 Porting/expand-macro.pl Verbatim line length including indents exceeds 80 by 2 Porting/how_to_write_a_perldelta.pod There is no NAME 1 |