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

podlint - check POD for correctness using Pod::POM

Author

       Andy Wardley <abw@kfs.org>

Description

       This script uses Pod::POM to parse a Pod document with full warnings enabled, effectively acting as a
       syntax and structure checker.

       The -f option can be specified to have the parsed Pod Object Model printed to STDOUT with any markup
       errors fixed.  Note there are some critical parse errors that can't be handled and fixed by the parser
       and in this case the script will terminate reporting the error.

Name

       podlint - check POD for correctness using Pod::POM

See Also

       For further information please see Pod::POM.

perl v5.36.0                                       2022-11-20                                        PODLINT(1p)

Synopsis

           podlint MyFile.pm

Version

       This is version 0.2 of podlint.

See Also