1Pod::Perldoc::ToPod(3)User Contributed Perl DocumentationPod::Perldoc::ToPod(3)
2
3
4
6 Pod::Perldoc::ToPod - let Perldoc render Pod as ... Pod!
7
9 perldoc -opod Some::Modulename
10
11 (That's currently the same as the following:)
12
13 perldoc -u Some::Modulename
14
16 This is a "plug-in" class that allows Perldoc to display Pod source as
17 itself! Pretty Zen, huh?
18
19 Currently this class works by just filtering out the non-Pod stuff from
20 a given input file.
21
23 Pod::Perldoc
24
26 Copyright (c) 2002 Sean M. Burke. All rights reserved.
27
28 This library is free software; you can redistribute it and/or modify it
29 under the same terms as Perl itself.
30
31 This program is distributed in the hope that it will be useful, but
32 without any warranty; without even the implied warranty of
33 merchantability or fitness for a particular purpose.
34
36 Current maintainer: Mark Allen "<mallencpan.org>"
37
38 Past contributions from: brian d foy "<bdfoy@cpan.org>" Adriano R.
39 Ferreira "<ferreira@cpan.org>", Sean M. Burke "<sburke@cpan.org>"
40
41
42
43perl v5.30.1 2020-01-30 Pod::Perldoc::ToPod(3)