1Pod::Simple::Text(3) User Contributed Perl Documentation Pod::Simple::Text(3)
2
3
4
6 Pod::Simple::Text -- format Pod as plaintext
7
9 perl -MPod::Simple::Text -e \
10 "exit Pod::Simple::Text->filter(shift)->any_errata_seen" \
11 thingy.pod
12
14 This class is a formatter that takes Pod and renders it as wrapped
15 plaintext.
16
17 Its wrapping is done by Text::Wrap, so you can change
18 $Text::Wrap::columns as you like.
19
20 This is a subclass of Pod::Simple and inherits all its methods.
21
23 Pod::Simple, Pod::Simple::TextContent, Pod::Text
24
26 Questions or discussion about POD and Pod::Simple should be sent to the
27 pod-people@perl.org mail list. Send an empty email to
28 pod-people-subscribe@perl.org to subscribe.
29
30 This module is managed in an open GitHub repository,
31 <https://github.com/perl-pod/pod-simple/>. Feel free to fork and
32 contribute, or to clone <git://github.com/perl-pod/pod-simple.git> and
33 send patches!
34
35 Patches against Pod::Simple are welcome. Please send bug reports to
36 <bug-pod-simple@rt.cpan.org>.
37
39 Copyright (c) 2002 Sean M. Burke.
40
41 This library is free software; you can redistribute it and/or modify it
42 under the same terms as Perl itself.
43
44 This program is distributed in the hope that it will be useful, but
45 without any warranty; without even the implied warranty of
46 merchantability or fitness for a particular purpose.
47
49 Pod::Simple was created by Sean M. Burke <sburke@cpan.org>. But don't
50 bother him, he's retired.
51
52 Pod::Simple is maintained by:
53
54 · Allison Randal "allison@perl.org"
55
56 · Hans Dieter Pearcey "hdp@cpan.org"
57
58 · David E. Wheeler "dwheeler@cpan.org"
59
60
61
62perl v5.26.3 2016-11-29 Pod::Simple::Text(3)