1Pod::Simple::DumpAsText(P3eprml)Programmers Reference GPuoidd:e:Simple::DumpAsText(3pm)
2
3
4

NAME

6       Pod::Simple::DumpAsText -- dump Pod-parsing events as text
7

SYNOPSIS

9         perl -MPod::Simple::DumpAsText -e \
10          "exit Pod::Simple::DumpAsText->filter(shift)->any_errata_seen" \
11          thingy.pod
12

DESCRIPTION

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

SEE ALSO

22       Pod::Simple::DumpAsXML
23
24       Pod::Simple
25

SUPPORT

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/ <http://github.com/theory/pod-
33       simple/>. Feel free to fork and contribute, or to clone
34       git://github.com/theory/pod-simple.git <git://github.com/theory/pod-
35       simple.git> and send patches!
36
37       Patches against Pod::Simple are welcome. Please send bug reports to
38       <bug-pod-simple@rt.cpan.org>.
39
41       Copyright (c) 2002 Sean M. Burke.
42
43       This library is free software; you can redistribute it and/or modify it
44       under the same terms as Perl itself.
45
46       This program is distributed in the hope that it will be useful, but
47       without any warranty; without even the implied warranty of
48       merchantability or fitness for a particular purpose.
49

AUTHOR

51       Pod::Simple was created by Sean M. Burke <sburke@cpan.org>.  But don't
52       bother him, he's retired.
53
54       Pod::Simple is maintained by:
55
56       ·   Allison Randal "allison@perl.org"
57
58       ·   Hans Dieter Pearcey "hdp@cpan.org"
59
60       ·   David E. Wheeler "dwheeler@cpan.org"
61
62
63
64perl v5.12.4                      2011-06-07      Pod::Simple::DumpAsText(3pm)
Impressum