1Pod::PseudoPod::Text(3)User Contributed Perl DocumentatioPnod::PseudoPod::Text(3)
2
3
4

NAME

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

SYNOPSIS

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

DESCRIPTION

14       This class is a formatter that takes PseudoPod and renders it as
15       wrapped 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::PseudoPod and inherits all its methods.
21

SEE ALSO

23       Pod::Simple, Pod::Simple::TextContent, Pod::Text
24
26       Copyright (c) 2002-2004 Sean M. Burke and Allison Randal.  All rights
27       reserved.
28
29       This library is free software; you can redistribute it and/or modify it
30       under the same terms as Perl itself. The full text of the license can
31       be found in the LICENSE file included with this module.
32
33       This program is distributed in the hope that it will be useful, but
34       without any warranty; without even the implied warranty of
35       merchantability or fitness for a particular purpose.
36

AUTHOR

38       Sean M. Burke "sburke@cpan.org" & Allison Randal <allison@perl.org>
39
40
41
42perl v5.30.0                      2019-09-04           Pod::PseudoPod::Text(3)
Impressum