1Pod::Perldoc::ToPod(3pm)Perl Programmers Reference GuidePod::Perldoc::ToPod(3pm)
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 mer‐
33 chantability or fitness for a particular purpose.
34
36 Sean M. Burke "sburke@cpan.org"
37
38
39
40perl v5.8.8 2001-09-21 Pod::Perldoc::ToPod(3pm)