From: Karl Williamson Date: Mon, 23 May 2011 02:26:47 +0000 (-0600) Subject: podcheck.t: Skip perltoc X-Git-Tag: accepted/trunk/20130322.191538~4073 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e678c2947ab9ff776af461b393f3a3eecebab64a;p=platform%2Fupstream%2Fperl.git podcheck.t: Skip perltoc This pod is extracted from other pods, and the possible errors in those extractions just keep propagating to this pod. I tried to fix this by having -1 entries in perltoc for the common errors which means to not output them. But new ones keep cropping up. So, reluctantly, I think it's best to just not process this file. --- diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat index 98843c9..49f8ced 100644 --- a/t/porting/known_pod_issues.dat +++ b/t/porting/known_pod_issues.dat @@ -217,11 +217,13 @@ pod/perldelta.pod Pod NAME already used 2 pod/perldiag.pod =item type mismatch 1 pod/perldiag.pod Verbatim line length including indents exceeds 80 by 2 pod/perldoc.pod ? Should you be using F<...> or maybe L<...> instead of 1 +pod/perldoc.pod Apparent broken link 1 pod/perldsc.pod Verbatim line length including indents exceeds 80 by 4 pod/perlebcdic.pod Apparent broken link 1 pod/perlebcdic.pod Verbatim line length including indents exceeds 80 by 273 pod/perlembed.pod Verbatim line length including indents exceeds 80 by 27 pod/perlfaq2.pod Verbatim line length including indents exceeds 80 by 1 +pod/perlfaq3.pod Apparent broken link 1 pod/perlfaq4.pod Should have =encoding statement because have non-ASCII 1 pod/perlfaq4.pod Verbatim line length including indents exceeds 80 by 16 pod/perlfaq5.pod Verbatim line length including indents exceeds 80 by 40 @@ -249,6 +251,7 @@ pod/perlintern.pod ? Should you be using L<...> instead of 5 pod/perlintern.pod Verbatim line length including indents exceeds 80 by 26 pod/perlinterp.pod ? Should you be using L<...> instead of 3 pod/perlinterp.pod Verbatim line length including indents exceeds 80 by 1 +pod/perlintro.pod Apparent broken link 1 pod/perlintro.pod Verbatim line length including indents exceeds 80 by 11 pod/perliol.pod Verbatim line length including indents exceeds 80 by 8 pod/perlipc.pod Verbatim line length including indents exceeds 80 by 21 @@ -304,12 +307,6 @@ pod/perlsymbian.pod Verbatim line length including indents exceeds 80 by 20 pod/perlsyn.pod Verbatim line length including indents exceeds 80 by 7 pod/perlthrtut.pod Verbatim line length including indents exceeds 80 by 5 pod/perltie.pod Verbatim line length including indents exceeds 80 by 13 -pod/perltoc.pod ? Should you be using L<...> instead of -1 -pod/perltoc.pod Apparent broken link -1 -pod/perltoc.pod Should have =encoding statement because have non-ASCII -1 -pod/perltoc.pod Verbatim line length including indents exceeds 80 by -1 -pod/perltoc.pod empty section in previous paragraph -1 -pod/perltoc.pod unresolved internal link -1 pod/perltodo.pod ? Should you be using L<...> instead of 1 pod/perltodo.pod Verbatim line length including indents exceeds 80 by 7 pod/perltodo.pod empty section in previous paragraph 2 diff --git a/t/porting/podcheck.t b/t/porting/podcheck.t index 35c9d64..6063462 100644 --- a/t/porting/podcheck.t +++ b/t/porting/podcheck.t @@ -823,6 +823,10 @@ my %excluded_files = ( "configpm" => 1, "miniperl" => 1, "perl" => 1, + + # It would be nice if we didn't have to skip this, + # but the errors in it are too variable. + "pod/perltoc.pod" => 1, ); # Convert to more generic form.