1Pod::Simple::Checker(3)User Contributed Perl DocumentatioPnod::Simple::Checker(3)
2
3
4

NAME

6       Pod::Simple::Checker -- check the Pod syntax of a document
7

SYNOPSIS

9         perl -MPod::Simple::Checker -e \
10          "exit Pod::Simple::Checker->filter(shift)->any_errata_seen" \
11          thingy.pod
12

DESCRIPTION

14       This class is for checking the syntactic validity of Pod.  It works by
15       basically acting like a simple-minded version of Pod::Simple::Text that
16       formats only the "Pod Errors" section (if Pod::Simple even generates
17       one for the given document).
18
19       This is a subclass of Pod::Simple and inherits all its methods.
20

SEE ALSO

22       Pod::Simple, Pod::Simple::Text, Pod::Checker
23
25       Copyright (c) 2002 Sean M. Burke.  All rights reserved.
26
27       This library is free software; you can redistribute it and/or modify it
28       under the same terms as Perl itself.
29
30       This program is distributed in the hope that it will be useful, but
31       without any warranty; without even the implied warranty of mer‐
32       chantability or fitness for a particular purpose.
33

AUTHOR

35       Sean M. Burke "sburke@cpan.org"
36
37
38
39perl v5.8.8                       2003-11-02           Pod::Simple::Checker(3)
Impressum