Pod::POM::View::TOC - Generate the TOC of a POD with Pod::POM


Pod-POM-View-TOC documentation  | view source Contained in the Pod-POM-View-TOC distribution.

Index


NAME

Top

Pod::POM::View::TOC - Generate the TOC of a POD with Pod::POM

VERSION

Top

Version 0.02

SYNOPSIS

Top

  my $source = "TOC.pm";
  my $toc;
  my $parser = Pod::POM->new( warn => 0 );
  Pod::POM->default_view("Pod::POM::View::TOC");
  my $pom = $parser->parse_file( $source );
  $toc = $view->print($pom);

Format of $toc for this document:

  NAME
  VERSION
  SYNOPSIS
  	Format of $toc
  AUTHOR
  SUPPORT
  ACKNOWLEDGEMENTS
  COPYRIGHT & LICENSE

There is a line break after each section. Subsections begin with tabulars to represent their depth.

AUTHOR

Top

Moritz Onken, <onken at houseofdesign.de>

SUPPORT

Top

You can find documentation for this module with the perldoc command.

    perldoc Pod::POM::View::TOC




You can also look for information at:

* RT: CPAN's request tracker

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Pod-POM-View-TOC

* AnnoCPAN: Annotated CPAN documentation

http://annocpan.org/dist/Pod-POM-View-TOC

* CPAN Ratings

http://cpanratings.perl.org/d/Pod-POM-View-TOC

* Search CPAN

http://search.cpan.org/dist/Pod-POM-View-TOC

ACKNOWLEDGEMENTS

Top

Thanks to Andy Wardley and his great Pod::Pom module.

COPYRIGHT & LICENSE

Top


Pod-POM-View-TOC documentation  | view source Contained in the Pod-POM-View-TOC distribution.