1Pod::PseudoPod::Index(3U)ser Contributed Perl DocumentatiPoond::PseudoPod::Index(3)
2
3
4
6 Pod::PseudoPod::Index -- format PseudoPod index entries
7
9 use Pod::PseudoPod::Index;
10
11 my $parser = Pod::PseudoPod::Index->new();
12
13 $parser->parse_file('path/to/file1.pod');
14 $parser->parse_file('path/to/file2.pod');
15
16 $parser->output_text;
17
19 This class is a formatter that extracts index items from PseudoPod
20 files and renders them as plain text or html.
21
22 This is a subclass of Pod::PseudoPod and inherits all its methods.
23
25 Pod::PseudoPod
26
28 Copyright (c) 2004 Allison Randal. All rights reserved.
29
30 This library is free software; you can redistribute it and/or modify it
31 under the same terms as Perl itself. The full text of the license can
32 be found in the LICENSE file included with this module.
33
34 This program is distributed in the hope that it will be useful, but
35 without any warranty; without even the implied warranty of
36 merchantability or fitness for a particular purpose.
37
39 Allison Randal <allison@perl.org>
40
41
42
43perl v5.36.0 2022-07-22 Pod::PseudoPod::Index(3)