podcheck.t: Skip perltoc
authorKarl Williamson <public@khwilliamson.com>
Mon, 23 May 2011 02:26:47 +0000 (20:26 -0600)
committerKarl Williamson <public@khwilliamson.com>
Mon, 23 May 2011 02:42:33 +0000 (20:42 -0600)
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.

t/porting/known_pod_issues.dat
t/porting/podcheck.t

index 98843c9..49f8ced 100644 (file)
@@ -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
index 35c9d64..6063462 100644 (file)
@@ -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.