Searched defs:podchecker (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm20 Pod::Checker, podchecker() - check pod documents for syntax errors
26 $syntax_okay = podchecker($filepath, $outputpath, %options);
39 =head2 podchecker()
54 B<podchecker> will perform syntax checking of Perl5 POD format documentation.
57 to see in B<Pod::Checker> and B<podchecker> and verify that the checks are
315 B<podchecker> returns the number of POD syntax errors found or -1 if
333 B<podchecker> (the script). This allows users of B<Pod::Checker> to
334 control completely the output behaviour. Users of B<podchecker> (the script)
349 @EXPORT = qw(&podchecker);
501 sub podchecker( subroutine
[all...]

Completed in 21 milliseconds