1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/www/p5-CGI-Application-Plugin-AnyTemplate/pkg-descr
Cheng-Lung Sung 111ebab07c Add p5-CGI-Application-Plugin-AnyTemplate 0.17, use any templating
system in CGI::Application.

PR:		ports/103375
Submitted by:	George Hartzell <hartzell at alerce.com>
2006-12-07 08:29:44 +00:00

16 lines
627 B
Plaintext

CGI::Application::Plugin::AnyTemplate allows you to use any supported
Perl templating system using a single consistent interface.
Currently supported templating systems include HTML::Template,
HTML::Template::Expr, HTML::Template::Pluggable, Template::Toolkit and
Petal.
You can access any of these templating systems using the same
interface. In this way, you can use the same code and switch
templating systems on the fly.
This approach has many uses. For instance, it can be useful in
migrating your application from one templating system to another.
WWW: http://search.cpan.org/dist/CGI-Application-Plugin-AnyTemplate/