Lines Matching full:simple
5 package Pod::Simple::Checker;
9 use Pod::Simple::Methody ();
10 use Pod::Simple ();
12 our @ISA = ('Pod::Simple::Methody');
13 BEGIN { *DEBUG = defined(&Pod::Simple::DEBUG)
14 ? \&Pod::Simple::DEBUG
94 $self->{'Thispara'} =~ s/$Pod::Simple::shy//g;
97 $out =~ s/$Pod::Simple::nbsp/ /g;
111 $self->{'Thispara'} =~ s/$Pod::Simple::nbsp/ /g;
112 $self->{'Thispara'} =~ s/$Pod::Simple::shy//g;
133 Pod::Simple::Checker -- check the Pod syntax of a document
137 perl -MPod::Simple::Checker -e \
138 "exit Pod::Simple::Checker->filter(shift)->any_errata_seen" \
144 It works by basically acting like a simple-minded version of
145 L<Pod::Simple::Text> that formats only the "Pod Errors" section
146 (if Pod::Simple even generates one for the given document).
148 This is a subclass of L<Pod::Simple> and inherits all its methods.
152 L<Pod::Simple>, L<Pod::Simple::Text>, L<Pod::Checker>
156 Questions or discussion about POD and Pod::Simple should be sent to the
161 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
162 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
164 Patches against Pod::Simple are welcome. Please send bug reports to
165 <bug-pod-simple@rt.cpan.org>.
180 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
183 Pod::Simple is maintained by: