Subject: | Test::Pod says OK, Pod::Checker says ERROR: unresolved internal link... |
Pod::Checker finds "unresolved internal link", Test::Pod doesn't see
those as errors. See attached file Test-Pod-v-Pod-Checker.txt
Subject: | Test-Pod-v-Pod-Checker.txt |
XML-Twig-3.33$ perl -MTest::Pod -e " all_pod_files_ok(@ARGV) " Twig.pm
1..1
ok 1 - Twig.pm
XML-Twig-3.33$ podchecker Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 9053 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 9164 in file Twig.pm
*** WARNING: node 'Element|/Element' contains non-escaped | or / at line 9357 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 9412 in file Twig.pm
*** WARNING: node 'DTD Handling|DTD Handling' contains non-escaped | or / at line 9751 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 9795 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 10210 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 10471 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 10478 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 11406 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 11437 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 11761 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 11952 in file Twig.pm
*** WARNING: line containing nothing but whitespace in paragraph at line 12909 in file Twig.pm
*** ERROR: unresolved internal link 'Elt' at line 9013 in file Twig.pm
*** ERROR: unresolved internal link 'Element|/Element' at line 9357 in file Twig.pm
*** ERROR: unresolved internal link 'DTD Handling|DTD Handling' at line 9751 in file Twig.pm
*** ERROR: unresolved internal link '%options' at line 11686 in file Twig.pm
*** ERROR: unresolved internal link 'sort_children_on_value' at line 11697 in file Twig.pm
*** ERROR: unresolved internal link 'sort_children_on_value' at line 11706 in file Twig.pm
Twig.pm has 6 pod syntax errors.
XML-Twig-3.33$ perl -ne " print if grep { $. == $_ } qw! 9013 9358 9751 11697 11607 11706 !" Twig.pm
And much, much more, see L<Elt|/Elt>.
document tree that has been built so far, the element is the complete sub-tree
See L<DTD Handling|DTD Handling> for more information
C<$replace> can include C<$1, $2>... from the C<$regexp>. It can also be
C<%options> are the same as for L<C<sort_children_on_value>>
as for L<C<sort_children_on_value>>.
XML-Twig-3.33$ pmvers Test::Pod Pod::Checker
Test::Pod: 1.40
Pod::Checker: 1.45