NAME
HTML::Template::Filter::TT2 - Template Toolkit 2 syntax for HTML::Template
DESCRIPTION
This "HTML::Template" filter allows you to use the Template Toolkit 2
syntax, which is much less verbose than the default syntax. This is not
an emulation of TT2, so you're still limited to the usual HTML::Template
semantics. Also, in order to keep the filter fast and simple, the
"[% end %]" must be written with the block name. See below for details.
INSTALLATION
To install this module, run the following commands:
perl Makefile.PL
make
make test
make install
Alternatively, to install with Module::Build, you can use the
following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with
the perldoc command.
perldoc HTML::Template::Filter::TT2
You can also look for information at:
Search CPAN
http://search.cpan.org/dist/HTML-Template-Filter-TT2
CPAN Request Tracker:
http://rt.cpan.org/NoAuth/Bugs.html?Dist=HTML-Template-Filter-TT2
AnnoCPAN, annotated CPAN documentation:
http://annocpan.org/dist/HTML-Template-Filter-TT2
CPAN Ratings:
http://cpanratings.perl.org/d/HTML-Template-Filter-TT2
COPYRIGHT AND LICENCE
Copyright (C) 2007 Sébastien Aperghis-Tramoni
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.