main/site/lib/ActivePerl/DocTools/TOC.pm


NAME

ActivePerl::DocTools::TOC- base class for generating Perl documentation TOC


SUPPORTED PLATFORMS


SYNOPSIS

  use base ('ActivePerl::DocTools::TOC');
  # override lots of methods here... see source for which ones


DESCRIPTION

Base class for generating TOC's from Perl html docs.

EXPORTS

$dirbase - where the html files are


AUTHOR

David Sparks, DaveS@ActiveState.com Neil Kandalgaonkar, NeilK@ActiveState.com


SEE ALSO

The amazing the PPM manpage.

the ActivePerl::DocTools::TOC::HTML manpage

the ActivePerl::DocTools::TOC::RDF manpage

 main/site/lib/ActivePerl/DocTools/TOC.pm