NAME
SYNOPSIS
OPTIONS/ARGUMENTSpodchecker()
DESCRIPTION
DIAGNOSTICSErrors
Warnings
Hyperlinks
RETURN VALUE
EXAMPLES
INTERFACE
AUTHOR
NAME
Pod::Checker, podchecker() - check pod documents for syntax errors
SYNOPSIS
use Pod::Checker;
$num_errors = podchecker($filepath, $outputpath, %options);
my $checker = new Pod::Checker %options;
$checker->parse_from_file($filepath, \*STDERR);
OPTIONS/ARGUMENTS
$filepath is the input POD to read and $outputpath is where to write POD syntax error mes