1PODLINT(1) User Contributed Perl Documentation PODLINT(1)
2
3
4
6 podlint - check POD for correctness using Pod::POM
7
9 podlint MyFile.pm
10
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
21 Andy Wardley <abw@kfs.org>
22
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
33 For further information please see Pod::POM.
34
35
36
37perl v5.32.1 2021-01-27 PODLINT(1)