1Pod::Perldoc::ToText(3)User Contributed Perl DocumentatioPnod::Perldoc::ToText(3)
2
3
4
6 Pod::Perldoc::ToText - let Perldoc render Pod as plaintext
7
9 perldoc -o text Some::Modulename
10
12 This is a "plug-in" class that allows Perldoc to use Pod::Text as a
13 formatter class.
14
15 It supports the following options, which are explained in Pod::Text:
16 alt, indent, loose, quotes, sentence, width
17
18 For example:
19
20 perldoc -o text -w indent:5 Some::Modulename
21
23 This module may change to use a different text formatter class in the
24 future, and this may change what options are supported.
25
27 Pod::Text, Pod::Perldoc
28
30 Copyright (c) 2002 Sean M. Burke. All rights reserved.
31
32 This library is free software; you can redistribute it and/or modify it
33 under the same terms as Perl itself.
34
35 This program is distributed in the hope that it will be useful, but
36 without any warranty; without even the implied warranty of
37 merchantability or fitness for a particular purpose.
38
40 Current maintainer: Mark Allen "<mallen@cpan.org>"
41
42 Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R.
43 Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>"
44
45
46
47perl v5.30.0 2019-08-16 Pod::Perldoc::ToText(3)