At 1:19 on 04/02/2002 EST, Jeff <[EMAIL PROTECTED]> wrote: > I ran across the following errors while running pod2html over the PDDs:
The errors from "podchecker" were better about line numbers, but still, this was helpful. > [parrot@damogran pdd]$ pod2html pdd00_pdd.pod >pdd00_pdd.html > [parrot@damogran pdd]$ pod2html pdd01_overview.pod >pdd01_overview.html > /usr/bin/pod2html: pdd01_overview.pod: unexpected =item directive in > paragraph 16. ignoring. > /usr/bin/pod2html: pdd01_overview.pod: unterminated list at =head in > paragraph 26. ignoring. > /usr/bin/pod2html: pdd01_overview.pod: unexpected =item directive in > paragraph 28. ignoring. > /usr/bin/pod2html: pdd01_overview.pod: unterminated list at =head in > paragraph 33. ignoring. > /usr/bin/pod2html: pdd01_overview.pod: unexpected =item directive in > paragraph 34. ignoring. > /usr/bin/pod2html: pdd01_overview.pod: unterminated list at =head in > paragraph 44. ignoring. > /usr/bin/pod2html: pdd01_overview.pod: unexpected =item directive in > paragraph 46. ignoring. Fixed those. Also fixed the formatting of the ascii art block > [parrot@damogran pdd]$ pod2html pdd02_vtables.pod >pdd02_vtables.html > /usr/bin/pod2html: pdd02_vtables.pod: unexpected =item directive in > paragraph 60. ignoring. > /usr/bin/pod2html: pdd02_vtables.pod: undelimited C<> in paragraph 62. > at /usr/lib/perl5/5.6.0/Pod/Html.pm line 1621. The problem here appears to be that pdd02 is truncated- the end is missing. > [parrot@damogran pdd]$ pod2html pdd04_datatypes.pod > >pdd04_datatypes.html > /usr/bin/pod2html: pdd04_datatypes.pod: unexpected =item directive in > paragraph 15. ignoring. > /usr/bin/pod2html: pdd04_datatypes.pod: unterminated list at =head in > paragraph 24. ignoring. Fixed. > [parrot@damogran pdd]$ pod2html pdd06_pasm.pod >pdd06_pasm.html > /usr/bin/pod2html: pdd06_pasm.pod: unterminated list at =head in > paragraph 358. ignoring. Fixed. > [parrot@damogran pdd]$ pod2html pdd14_bignum.pod >pdd14_bignum.pod > /usr/bin/pod2html: no title for pdd14_bignum.pod at > /usr/lib/perl5/5.6.0/Pod/Html.pm line 402. I've also fixed everything identified by this command: $ podchecker *.pod 2>&1 | grep ERR | grep -v head3 | grep -v pdd02 And I tweaked a few typos, spelling, and capitalization errors I noticed. --Josh