-
-
01 Sep 2019 20:59:15 UTC
- Distribution: Pod-PseudoPod
- Module version: 0.19
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (3)
- Testers (95 / 7 / 0)
- Kwalitee
Bus factor: 1- 69.36% Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (44.87KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Allison Randal (allison@perl.org)
- Dependencies
- HTML::Entities
- Pod::Simple
- Text::Wrap
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Pod::PseudoPod::Index -- format PseudoPod index entries
SYNOPSIS
use Pod::PseudoPod::Index; my $parser = Pod::PseudoPod::Index->new(); $parser->parse_file('path/to/file1.pod'); $parser->parse_file('path/to/file2.pod'); $parser->output_text;
DESCRIPTION
This class is a formatter that extracts index items from PseudoPod files and renders them as plain text or html.
This is a subclass of Pod::PseudoPod and inherits all its methods.
SEE ALSO
COPYRIGHT
Copyright (c) 2004 Allison Randal. All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module.
This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose.
AUTHOR
Allison Randal <allison@perl.org>
Module Install Instructions
To install Pod::PseudoPod, copy and paste the appropriate command in to your terminal.
cpanm Pod::PseudoPod
perl -MCPAN -e shell install Pod::PseudoPod
For more information on module installation, please visit the detailed CPAN module installation guide.