Lines Matching full:pod
1 package Pod::Simple::XMLOutStream;
5 use Pod::Simple ();
8 our @ISA = ('Pod::Simple');
9 *DEBUG = \&Pod::Simple::DEBUG unless defined &DEBUG;
97 Pod::Simple::XMLOutStream -- turn Pod into XML
102 "exit Pod::Simple::XMLOutStream->filter(shift)->any_errata_seen" \
103 thingy.pod
107 Pod::Simple::XMLOutStream is a subclass of L<Pod::Simple> that parses
108 Pod and turns it into XML.
110 Pod::Simple::XMLOutStream inherits methods from
111 L<Pod::Simple>.
116 L<Pod::Simple::DumpAsXML> is rather like this class; see its
119 L<Pod::Simple>, L<Pod::Simple::DumpAsXML>, L<Pod::SAX>
121 L<Pod::Simple::Subclassing>
123 The older (and possibly obsolete) libraries L<Pod::PXML>, L<Pod::XML>
126 =head1 ABOUT EXTENDING POD
128 TODO: An example or two of =extend, then point to Pod::Simple::Subclassing
132 L<Pod::Simple>, L<Pod::Simple::Text>, L<Pod::Spell>
136 Questions or discussion about POD and Pod::Simple should be sent to the
137 pod-people@perl.org mail list. Send an empty email to
138 pod-people-subscribe@perl.org to subscribe.
141 L<https://github.com/perl-pod/pod-simple/>. Feel free to fork and contribute, or
142 to clone L<https://github.com/perl-pod/pod-simple.git> and send patches!
144 Patches against Pod::Simple are welcome. Please send bug reports to
145 <bug-pod-simple@rt.cpan.org>.
160 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.
163 Pod::Simple is maintained by: