1Pod::Simple::Text(3pm) Perl Programmers Reference Guide Pod::Simple::Text(3pm)
2
3
4

NAME

6       Pod::Simple::Text -- format Pod as plaintext
7

SYNOPSIS

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

DESCRIPTION

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

SEE ALSO

23       Pod::Simple, Pod::Simple::TextContent, Pod::Text
24

SUPPORT

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       http://github.com/theory/pod-simple/ <http://github.com/theory/pod-
32       simple/>. Feel free to fork and contribute, or to clone
33       git://github.com/theory/pod-simple.git <git://github.com/theory/pod-
34       simple.git> and 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

AUTHOR

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.12.4                      2011-06-07            Pod::Simple::Text(3pm)
Impressum