1Pod::Perldoc::ToTerm(3)User Contributed Perl DocumentatioPnod::Perldoc::ToTerm(3)
2
3
4
6 Pod::Perldoc::ToTerm - render Pod with terminal escapes
7
9 perldoc -o term 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 term -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::Text::Termcap, Pod::Perldoc
28
30 Copyright (c) 2011 Mark Allen.
31
32 This program is free software; you can redistribute it and/or modify it
33 under the terms of either: the GNU General Public License as published
34 by the Free Software Foundation; or the Artistic License.
35
36 See http://dev.perl.org/licenses/ for more information.
37
39 Mark Allen "<mallen@cpan.org>"
40
41
42
43perl v5.16.3 2013-04-27 Pod::Perldoc::ToTerm(3)