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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DChecker.pm2 # Pod/Checker.pm -- check pod documents for syntax errors
10 package Pod::Checker;
20 Pod::Checker, podchecker() - check pod documents for syntax errors
24 use Pod::Checker;
28 my $checker = new Pod::Checker %options;
57 to see in B<Pod::Checker> and B<podchecker> and verify that the checks are
330 Since PodParser-1.24 the B<Pod::Checker> module uses only the B<poderror>
333 B<podchecker> (the script). This allows users of B<Pod::Checker> to
510 my $checker = new Pod::Checker(%options);
529 =item C<Pod::Checker
[all...]

Completed in 15 milliseconds