1Pod::Simple::DumpAsText(P3eprml)Programmers Reference GPuoidd:e:Simple::DumpAsText(3pm)
2
3
4
6 Pod::Simple::DumpAsText -- dump Pod-parsing events as text
7
9 perl -MPod::Simple::DumpAsText -e \
10 "exit Pod::Simple::DumpAsText->filter(shift)->any_errata_seen" \
11 thingy.pod
12
14 This class is for dumping, as text, the events gotten from parsing a
15 Pod document. This class is of interest to people writing Pod
16 formatters based on Pod::Simple. It is useful for seeing exactly what
17 events you get out of some Pod that you feed in.
18
19 This is a subclass of Pod::Simple and inherits all its methods.
20
22 Pod::Simple::DumpAsXML
23
24 Pod::Simple
25
27 Questions or discussion about POD and Pod::Simple should be sent to the
28 pod-people@perl.org mail list. Send an empty email to
29 pod-people-subscribe@perl.org to subscribe.
30
31 This module is managed in an open GitHub repository,
32 <http://github.com/theory/pod-simple/>. Feel free to fork and
33 contribute, or to clone <git://github.com/theory/pod-simple.git> and
34 send patches!
35
36 Patches against Pod::Simple are welcome. Please send bug reports to
37 <bug-pod-simple@rt.cpan.org>.
38
40 Copyright (c) 2002 Sean M. Burke.
41
42 This library is free software; you can redistribute it and/or modify it
43 under the same terms as Perl itself.
44
45 This program is distributed in the hope that it will be useful, but
46 without any warranty; without even the implied warranty of
47 merchantability or fitness for a particular purpose.
48
50 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
51 bother him, he's retired.
52
53 Pod::Simple is maintained by:
54
55 · Allison Randal "allison@perl.org"
56
57 · Hans Dieter Pearcey "hdp@cpan.org"
58
59 · David E. Wheeler "dwheeler@cpan.org"
60
61
62
63perl v5.10.1 2017-03-22 Pod::Simple::DumpAsText(3pm)