1PODLINT(1)            User Contributed Perl Documentation           PODLINT(1)
2
3
4

NAME

6       podlint - check POD for correctness using Pod::POM
7

SYNOPSIS

9           podlint MyFile.pm
10

DESCRIPTION

12       This script uses Pod::POM to parse a Pod document with full warnings
13       enabled, effectively acting as a syntax and structure checker.
14
15       The -f option can be specified to have the parsed Pod Object Model
16       printed to STDOUT with any markup errors fixed.  Note there are some
17       critical parse errors that can't be handled and fixed by the parser and
18       in this case the script will terminate reporting the error.
19

AUTHOR

21       Andy Wardley <abw@kfs.org>
22

VERSION

24       This is version 0.2 of podlint.
25
27       Copyright (C) 2000, 2001 Andy Wardley.  All Rights Reserved.
28
29       This module is free software; you can redistribute it and/or modify it
30       under the same terms as Perl itself.
31

SEE ALSO

33       For further information please see Pod::POM.
34
35
36
37perl v5.34.0                      2022-01-21                        PODLINT(1)
Impressum