summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-05-22 20:26:47 -0600
committerKarl Williamson <public@khwilliamson.com>2011-05-22 20:42:33 -0600
commite678c2947ab9ff776af461b393f3a3eecebab64a (patch)
treea8f034af4327e38481f257f0780008cda537f5ae /t
parent09ddd873b3e78c57ed3305c160e5206545a5f1bc (diff)
downloadperl-e678c2947ab9ff776af461b393f3a3eecebab64a.tar.gz
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.
Diffstat (limited to 't')
-rw-r--r--t/porting/known_pod_issues.dat9
-rw-r--r--t/porting/podcheck.t4
2 files changed, 7 insertions, 6 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 98843c9d2d..49f8cedb33 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 35c9d64949..6063462c9e 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.