logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

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

perl v5.36.0                                       2022-10-16                       Pod::PseudoPod::Checker(3pm)

Description

       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.

Name

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

See Also

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

Synopsis

         use Pod::PseudoPod::Checker;

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

         ...

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

return

See Also