The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
HTML::Template::HashWrapper version 1.3
=======================================

HTML::Template::HashWrapper provides a simple way to use arbitrary hash
references (and hashref-based objects) with HTML::Template's
``associate`` option.

INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

The module itself has no dependencies (but is probably not very
interesting without HTML::Template).

The test suite is more complete with Test::Exception.

COPYRIGHT AND LICENCE

Copyright 2003 Greg Fast (gdf@speakeasy.net)

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