From: Gurusamy Sarathy Date: Sat, 11 Mar 2000 16:02:53 +0000 (+0000) Subject: mention podchecker (from Tim Jenness ) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=88d14829ceb3b7065989cb7bb9e718cc3d56d18f;p=p5sagit%2Fp5-mst-13.2.git mention podchecker (from Tim Jenness ) p4raw-id: //depot/perl@5648 --- diff --git a/pod/perlpod.pod b/pod/perlpod.pod index f4725ba..97112ee 100644 --- a/pod/perlpod.pod +++ b/pod/perlpod.pod @@ -294,10 +294,10 @@ use the form LEshow this text|fooE instead. =item * -The script F in the Perl source distribution -provides skeletal checking for lines that look empty but aren't -B, but is there as a placeholder until someone writes -Pod::Checker. The best way to check your pod is to pass it through +The F> command is provided to check pod syntax +for errors and warnings. For example, it checks for completely +blank lines in pod segments and for unknown escape sequences. +It is still advised to pass it through one or more translators and proofread the result, or print out the result and proofread that. Some of the problems found may be bugs in the translators, which you may or may not wish to work around. @@ -306,7 +306,8 @@ the translators, which you may or may not wish to work around. =head1 SEE ALSO -L and L +L, L, +L =head1 AUTHOR