podlint - Man Page

check POD for correctness using Pod::POM

Synopsis

    podlint MyFile.pm

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.

Author

Andy Wardley <abw@kfs.org>

Version

This is version 0.2 of podlint.

See Also

For further information please see Pod::POM.

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation