Lines Matching full:simple
1 package Pod::Simple::DumpAsText;
4 use Pod::Simple ();
5 BEGIN { our @ISA = ('Pod::Simple')}
9 BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG }
89 Pod::Simple::DumpAsText -- dump Pod-parsing events as text
93 perl -MPod::Simple::DumpAsText -e \
94 "exit Pod::Simple::DumpAsText->filter(shift)->any_errata_seen" \
101 based on Pod::Simple. It is useful for seeing exactly what events you
104 This is a subclass of L<Pod::Simple> and inherits all its methods.
108 L<Pod::Simple::DumpAsXML>
110 L<Pod::Simple>
114 Questions or discussion about POD and Pod::Simple should be sent to the
119 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
120 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
122 Patches against Pod::Simple are welcome. Please send bug reports to
123 <bug-pod-simple@rt.cpan.org>.
138 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
141 Pod::Simple is maintained by: