Pod::Checker(3p) Perl Programmers Reference Guide Pod::Checker(3p)
Pod::Checker(3p) Perl Programmers Reference Guide Pod::Checker(3p) # Pod::Checker(3p) Perl Programmers Reference Guide Pod::Checker(3p) NNAAMMEE # Pod::Checker - check pod documents for syntax errors SSYYNNOOPPSSIISS # use Pod::Checker; $syntax_okay = podchecker($filepath, $outputpath, %options); my $checker = Pod::Checker->new(%options); $checker->parse_from_file($filepath, \*STDERR); OOPPTTIIOONNSS//AARRGGUUMMEENNTTSS # $filepath is the input POD to read and $outputpath is where to write POD syntax error messages. Either argument may be a scalar indicating a file- path, or else a reference to an open filehandle. ...