1Pod::Simple::Text(3)  User Contributed Perl Documentation Pod::Simple::Text(3)
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 $Text::Wrap::col‐
18       umns 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
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

AUTHOR

36       Sean M. Burke "sburke@cpan.org"
37
38
39
40perl v5.8.8                       2003-11-02              Pod::Simple::Text(3)
Impressum