1Pod::Perldoc::ToText(3pmP)erl Programmers Reference GuidPeod::Perldoc::ToText(3pm)
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: Adriano R. Ferreira <ferreira@cpan.org>
41
42 Past contributions from: Sean M. Burke <sburke@cpan.org>
43
44
45
46perl v5.12.4 2011-06-01 Pod::Perldoc::ToText(3pm)