Pod::Checker
Pod::Checker
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);