1Pod::Simple::Checker(3pmP)erl Programmers Reference GuidPeod::Simple::Checker(3pm)
2
3
4
6 Pod::Simple::Checker -- check the Pod syntax of a document
7
9 perl -MPod::Simple::Checker -e \
10 "exit Pod::Simple::Checker->filter(shift)->any_errata_seen" \
11 thingy.pod
12
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
22 Pod::Simple, Pod::Simple::Text, Pod::Checker
23
25 Questions or discussion about POD and Pod::Simple should be sent to the
26 pod-people@perl.org mail list. Send an empty email to
27 pod-people-subscribe@perl.org to subscribe.
28
29 This module is managed in an open GitHub repository,
30 http://github.com/theory/pod-simple/ <http://github.com/theory/pod-
31 simple/>. Feel free to fork and contribute, or to clone
32 git://github.com/theory/pod-simple.git <git://github.com/theory/pod-
33 simple.git> and send patches!
34
35 Patches against Pod::Simple are welcome. Please send bug reports to
36 <bug-pod-simple@rt.cpan.org>.
37
39 Copyright (c) 2002 Sean M. Burke.
40
41 This library is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44 This program is distributed in the hope that it will be useful, but
45 without any warranty; without even the implied warranty of
46 merchantability or fitness for a particular purpose.
47
49 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
50 bother him, he's retired.
51
52 Pod::Simple is maintained by:
53
54 · Allison Randal "allison@perl.org"
55
56 · Hans Dieter Pearcey "hdp@cpan.org"
57
58 · David E. Wheeler "dwheeler@cpan.org"
59
60
61
62perl v5.12.4 2011-06-07 Pod::Simple::Checker(3pm)