1Pod::Perldoc::ToANSI(3)User Contributed Perl DocumentatioPnod::Perldoc::ToANSI(3)
2
3
4

NAME

6       Pod::Perldoc::ToANSI - render Pod with ANSI color escapes
7

SYNOPSIS

9         perldoc -o ansi Some::Modulename
10

DESCRIPTION

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

CAVEAT

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

SEE ALSO

27       Pod::Text, Pod::Text::Color, Pod::Perldoc
28
30       Copyright (c) 2011 Mark Allen.  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

AUTHOR

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.16.3                      2013-04-27           Pod::Perldoc::ToANSI(3)
Impressum