1Pod::Perldoc::ToMan(3)User Contributed Perl DocumentationPod::Perldoc::ToMan(3)
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 "groff" 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) 2011 brian d foy. All rights reserved.
33
34 Copyright (c) 2002,3,4 Sean M. Burke. All rights reserved.
35
36 This library is free software; you can redistribute it and/or modify it
37 under the same terms as Perl itself.
38
39 This program is distributed in the hope that it will be useful, but
40 without any warranty; without even the implied warranty of
41 merchantability or fitness for a particular purpose.
42
44 Current maintainer: Mark Allen "<mallen@cpan.org>"
45
46 Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R.
47 Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>"
48
49
50
51perl v5.32.1 2021-01-27 Pod::Perldoc::ToMan(3)