1Pod::Perldoc::ToMan(3pm)Perl Programmers Reference GuidePod::Perldoc::ToMan(3pm)
2
3
4
6 Pod::Perldoc::ToMan - let Perldoc render Pod as man pages
7
9 perldoc -o man Some::Modulename
10
12 This is a "plug-in" class that allows Perldoc to use Pod::Man and
13 "nroff" for reading Pod pages.
14
15 The following options are supported: center, date, fixed, fixedbold,
16 fixeditalic, fixedbolditalic, quotes, release, section
17
18 (Those options are explained in Pod::Man.)
19
20 For example:
21
22 perldoc -o man -w center:Pod Some::Modulename
23
25 This module may change to use a different pod-to-nroff formatter class
26 in the future, and this may change what options are supported.
27
29 Pod::Man, Pod::Perldoc, Pod::Perldoc::ToNroff
30
32 Copyright (c) 2002,3,4 Sean M. Burke. All rights reserved.
33
34 This library is free software; you can redistribute it and/or modify it
35 under the same terms as Perl itself.
36
37 This program is distributed in the hope that it will be useful, but
38 without any warranty; without even the implied warranty of
39 merchantability or fitness for a particular purpose.
40
42 Current maintainer: Adriano R. Ferreira <ferreira@cpan.org>
43
44 Past contributions from: Sean M. Burke <sburke@cpan.org>
45
46
47
48perl v5.12.4 2011-06-01 Pod::Perldoc::ToMan(3pm)