POD::HTMLEASY

Pod::HtmlEasy - Generate HTML from POD easy, without extra modules and on the flight.

DESCRIPTION

The purpose of this module is to generate HTML data from POD in a easy and personalizable mode.

By default the HTML generated is simillar to CPAN style for module documentation.

See POD for more...

An example of the use of this module can be found in the script directory, as podhtmleasy.pl. A more elaborate example may be found in the CPAN author directory for GLEACH, poe2indexed_html-xx.pl

INSTALLATION

Standard install

perl Makefile.PL
make
make test
make install

RUNNING TESTS

"make test" works fine, to run tests with prove or perl from the package directory, add "-I blib/lib" or "-I lib" to the command line. Say "setenv DUMPHTML 1" to get per-test HTML output in files.

AUTHOR

Graciliano M. P. <gm@virtuasites.com.br>

I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P

Geoffrey Leach <gleach@cpan.org>

Maintenance and enhancement. Please report bugs via RT.

COPYRIGHT

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.