#################
# 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 modules documentations.
See POD for more...
################
# INSTALLATION #
################
To install this module type the following:
perl Makefile.PL
make
make test
make install
##########
# AUTHOR #
##########
Graciliano M. P.
I will appreciate any type of feedback (include your opinions and/or suggestions). ;-P
#############
# COPYRIGHT #
#############
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.