Skip to content

manwar/Pod-Tree

Repository files navigation

Pod::Tree - Tree-based POD parser

DESCRIPTION

Modules

    Pod::Tree parses a POD into a static syntax tree.
    Applications walk the tree to recover the structure and content of
    the POD. 

    Pod::Tree::HTML walks a Pod::Tree and translates it to HTML.

    Pod::Tree::Pod walks a Pod::Tree and translates it back to POD.

    Pod::Tree::Perl* translate the PODs in the Perl distribution to HTML.

Executables

    podtree2html translates a POD file to an HTML file.

    pods2html walks a directory tree, 
    translates all the PODs that it finds into HTML files,
    and puts the HTML files into a parallel directory tree.

    perl2html translates the PODs in the Perl distribution to HTML


PREREQUISITES
Perl 5
File::Find
HTML::Stream
IO::File
IO::String
Pod::Escapes
Text::Template


HOW TO BUILD AND INSTALL

    perl Makefile.PL
    make
    make test
    make install


You may see a message like

    Warning: prerequisite HTML::Stream 1.49 not found.

You can ignore this, provided that you actually have HTML::Stream 1.49
or later installed.


TODO
See the ToDo and ToDo.Not files.

ACKNOWLEDGMENTS

                        <[email protected]>
			<[email protected]>
Paul Bettinger		<[email protected]>
Sean M. Burke		<[email protected]>
Brad Choate		<[email protected]>
Havard Eidnes		<[email protected]>
Rudi Farkas		<[email protected]>
Paul Gibeault		<[email protected]>
Jay Hannah		<[email protected]>
Martin Hans		<[email protected]>
Paul Hawkins		<[email protected]>
Jost Krieger		<[email protected]>
Marc A. Lehmann		<[email protected]> 
Jonas Liljegren		<[email protected]>
Thomas Linden		<[email protected]>
Johan Lindstrom		<[email protected]>
Terry Luedtke           <[email protected]>
Rob Napier		<[email protected]>
Kate L Pugh             <[email protected]>
Christopher Shalah	<[email protected]>
Blair Sutton		<[email protected]>
Johan Vromans		<[email protected]>


COPYRIGHT
Copyright (c) 1999-2010 by Steven McDougall. This module is free
software; you can redistribute it and/or modify it under the same
terms as Perl itself.

About

Perl 5 Pod::Tree

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 6