Pod::PseudoPod::Index - format PseudoPod index entries


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.

Index


NAME

Top

Pod::PseudoPod::Index -- format PseudoPod index entries

SYNOPSIS

Top

  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

Top

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

Top

Pod::PseudoPod

COPYRIGHT

Top

AUTHOR

Top

Allison Randal <allison@perl.org>


Pod-PseudoPod documentation  | view source Contained in the Pod-PseudoPod distribution.