HTML/ReportWriter
===============================================

This module provides a simple OO interface to generating pageable,
sortable tabular HTML reports from a database.

Currently, the module only fully supports (or will work with) MySQL.
It comes with a default template that allows for quick HTML generation
without any script or file-level dependencies other than the Perl modules
on which the module is based.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

   DBI, CGI, List::MoreUtils, POSIX, Template

COPYRIGHT AND LICENSE

This module is released under the same license as Perl itself.

Copyright (C) 2004 Shane Allen <opiate@gmail.com>

