1Pod::Simple::DumpAsTextU(s3e)r Contributed Perl DocumentaPtoido:n:Simple::DumpAsText(3)
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 format‐
16 ters based on Pod::Simple. It is useful for seeing exactly what events
17 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 Copyright (c) 2002 Sean M. Burke. All rights reserved.
28
29 This library is free software; you can redistribute it and/or modify it
30 under the same terms as Perl itself.
31
32 This program is distributed in the hope that it will be useful, but
33 without any warranty; without even the implied warranty of mer‐
34 chantability or fitness for a particular purpose.
35
37 Sean M. Burke "sburke@cpan.org"
38
39
40
41perl v5.8.8 2003-11-02 Pod::Simple::DumpAsText(3)