ActivePerl::DocTools - Perl extension for Documentation TOC Generation


NAME

ActivePerl::DocTools - Perl extension for Documentation TOC Generation


SUPPORTED PLATFORMS


SYNOPSIS

        use ActivePerl::DocTools;

        ActivePerl::DocTools::WriteTOC();


DESCRIPTION

Generates the TOC for Perl html docs. Currently used by PPM.

Much of the code that used to be in this module has been moved out into the ActivePerl::DocTools::TOC packages. However, the ActivePerl::DocTools::WriteTOC() function has been preserved for compatibility with PPM.

EXPORTS

Nothing.


AUTHOR

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


SEE ALSO

The amazing the PPM manpage.

the ActivePerl::DocTools::TOC manpage

 ActivePerl::DocTools - Perl extension for Documentation TOC Generation