Pod::PseudoPod::Checker - check the PseudoPod syntax of a document


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.

Index


NAME

Top

Pod::PseudoPod::Checker -- check the PseudoPod syntax of a document

SYNOPSIS

Top

  use Pod::PseudoPod::Checker;

  my $checker = Pod::PseudoPod::Checker->new();

  ...

  $checker->parse_file('path/to/file.pod');

DESCRIPTION

Top

This class is for checking the syntactic validity of Pod. It works by basically acting like a simple-minded version of Pod::PseudoPod::Text that formats only the "Pod Errors" section (if Pod::PseudoPod even generates one for the given document). It's largely unchanged from Pod::Simple::Checker.

SEE ALSO

Top

Pod::PseudoPod, Pod::PseudoPod::Text, Pod::Checker

COPYRIGHT

Top

AUTHOR

Top

Sean M. Burke sburke@cpan.org and Allison Randal <allison@perl.org>


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.