The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Perldoc::ToToc - Translate Pod to a Table of Contents

SYNOPSIS

Use this module with perldoc's -M switch.

        % perldoc -MPod::Perldoc::ToToc Module::Name

DESCRIPTION

This module uses the Pod::Perldoc module to extract a table of contents from a pod file.

METHODS

parse_from_file( FILENAME, OUTPUT_FH )

Parse the file named in FILENAME using Pod::TOC and send the results to the output filehandle OUTPUT_FH.

SEE ALSO

Pod::Perldoc

SOURCE AVAILABILITY

This source is part of a Google Code project which always has the latest sources in SVN.

        http://code.google.com/p/brian-d-foy/source

If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT AND LICENSE

Copyright (c) 2006-2008, brian d foy, All Rights Reserved.

You may redistribute this under the same terms as Perl itself.