NAME
HTML::Template::Convert::TT - translates HTML::Template syntax into Template Toolkit
SYNOPSIS
use HTML::Template::Convert::TT;
use Template;
my $foo-text = 'Hello, <TMPL_VAR wonderfull> world!';
my $tt = Template->new;
$tt->process(\$foo-text, {wonderfull->template});
DESCRIPTION
Translate HTML::Template template into Template toolkit syntax
EXPORT
convert($text, \$options) convert('text', \$options)
SEE ALSO
Web site: http://code.google.com/p/html-template-convert/
SVN: Non-members may check out a read-only working copy anonymously over HTTP. svn checkout http://html-template-convert.googlecode.com/svn/trunk/ html-template-convert-read-only
AUTHOR
A. D. Solovets, <asolovets@gmail.com>
COPYRIGHT AND LICENSE
Copyright (C) 2009 by A. D. Solovets
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.10.0 or, at your option, any later version of Perl 5 you may have available.