The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# $File: //member/autrijus/Template-Generate/README $ $Author: autrijus $
# $Revision: #1 $ $Change: 7841 $ $DateTime: 2003/09/02 16:54:33 $

This is the README file for Template::Generate, a module for generating
TT2 templates from data structures and their rendered documents.

Please type "perldoc Template::Generate" after installation to see
the module usage information.

* Installation

Template::Generate uses the standard perl module install process:

cpansign -v		# see SIGNATURE for details
perl Makefile.PL
make			# or 'nmake' on Win32; see notes below
make test
make install

* Copyright

Copyright 2003 by Autrijus Tang <autrijus@autrijus.org>.

All rights reserved.  You can redistribute and/or modify
this bundle under the same terms as Perl itself.

See <http://www.perl.com/perl/misc/Artistic.html>.