1Pod::PseudoPod::CheckerU(s3e)r Contributed Perl DocumentaPtoido:n:PseudoPod::Checker(3)
2
3
4

NAME

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

SYNOPSIS

9         use Pod::PseudoPod::Checker;
10
11         my $checker = Pod::PseudoPod::Checker->new();
12
13         ...
14
15         $checker->parse_file('path/to/file.pod');
16

DESCRIPTION

18       This class is for checking the syntactic validity of Pod.  It works by
19       basically acting like a simple-minded version of Pod::PseudoPod::Text
20       that formats only the "Pod Errors" section (if Pod::PseudoPod even
21       generates one for the given document).  It's largely unchanged from
22       Pod::Simple::Checker.
23

SEE ALSO

25       Pod::PseudoPod, Pod::PseudoPod::Text, Pod::Checker
26
28       Copyright (c) 2002-2004 Sean M. Burke and Allison Randal.  All rights
29       reserved.
30
31       This library is free software; you can redistribute it and/or modify it
32       under the same terms as Perl itself.
33
34       This program is distributed in the hope that it will be useful, but
35       without any warranty; without even the implied warranty of
36       merchantability or fitness for a particular purpose.
37

AUTHOR

39       Sean M. Burke "sburke@cpan.org" and Allison Randal <allison@perl.org>
40
41
42
43perl v5.32.0                      2020-07-28        Pod::PseudoPod::Checker(3)
Impressum