Lines Matching full:simple
1 package Pod::Simple::DumpAsXML;
4 use Pod::Simple ();
5 BEGIN {our @ISA = ('Pod::Simple')}
10 BEGIN { *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG }
88 Pod::Simple::DumpAsXML -- turn Pod into XML
92 perl -MPod::Simple::DumpAsXML -e \
93 "exit Pod::Simple::DumpAsXML->filter(shift)->any_errata_seen" \
98 Pod::Simple::DumpAsXML is a subclass of L<Pod::Simple> that parses Pod
100 interest to people writing Pod formatters based on Pod::Simple.
102 Pod::Simple::DumpAsXML inherits methods from
103 L<Pod::Simple>.
108 L<Pod::Simple::XMLOutStream> is rather like this class.
109 Pod::Simple::XMLOutStream's output is space-padded in a way
112 Pod::Simple::DumpAsXML's output is much more human-readable, being
115 L<Pod::Simple::DumpAsText> is rather like this class,
119 L<Pod::Simple>, L<Pod::Simple::DumpAsXML>
125 Questions or discussion about POD and Pod::Simple should be sent to the
130 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
131 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
133 Patches against Pod::Simple are welcome. Please send bug reports to
134 <bug-pod-simple@rt.cpan.org>.
149 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
152 Pod::Simple is maintained by: