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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpodchecker.PL40 # podchecker -- command to invoke the podchecker function in Pod::Checker
53 podchecker - check the syntax of POD format documentation files
57 B<podchecker> [B<-help>] [B<-man>] [B<-(no)warnings>] [I<file>S< >...]
85 B<podchecker> will read the given input files looking for POD
92 B<podchecker> invokes the B<podchecker()> function exported by B<Pod::Checker>
93 Please see L<Pod::Checker/podchecker()> for more details.
97 B<podchecker> returns a 0 (zero) exit status if all specified
102 B<podchecker> return
[all...]
H A DMakefile40 podchecker.PL \
H A Dpod2man.PL191 page, but this should now be done by L<podchecker(1)> instead. Accepted for
522 L<Pod::Man>, L<Pod::Parser>, L<man(1)>, L<nroff(1)>, L<podchecker(1)>,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestpchk.pl60 print "# Running podchecker for '$testname'...\n";
67 podchecker($infile, $outfile);
100 " podchecker test ...\n";
101 podchecker($podfile, $cmpfile);
/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 18 milliseconds