1Pod::Simple::TextContenUts(e3r)Contributed Perl DocumentPaotdi:o:nSimple::TextContent(3)
2
3
4
6 Pod::Simple::TextContent -- get the text content of Pod
7
9 TODO
10
11 perl -MPod::Simple::TextContent -e \
12 "exit Pod::Simple::TextContent->filter(shift)->any_errata_seen" \
13 thingy.pod
14
16 This class is that parses Pod and dumps just the text content. It is
17 mainly meant for use by the Pod::Simple test suite, but you may find
18 some other use for it.
19
20 This is a subclass of Pod::Simple and inherits all its methods.
21
23 Pod::Simple, Pod::Simple::Text, Pod::Spell
24
26 Copyright (c) 2002 Sean M. Burke. All rights reserved.
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 This program is distributed in the hope that it will be useful, but
32 without any warranty; without even the implied warranty of mer‐
33 chantability or fitness for a particular purpose.
34
36 Sean M. Burke "sburke@cpan.org"
37
38
39
40perl v5.8.8 2003-11-02 Pod::Simple::TextContent(3)