Source: libcgi-application-plugin-anytemplate-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 8), libmodule-build-perl Build-Depends-Indep: perl, libcgi-application-perl, libtest-pod-perl, libtest-pod-coverage-perl, libclone-perl, libexporter-renaming-perl, libcgi-application-basic-plugin-bundle-perl Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-plugin-anytemplate-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-anytemplate-perl.git Homepage: https://metacpan.org/release/CGI-Application-Plugin-AnyTemplate Package: libcgi-application-plugin-anytemplate-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclone-perl | libclone-pp-perl, libcgi-application-perl, libcgi-application-basic-plugin-bundle-perl Suggests: libcgi-application-extra-plugin-bundle-perl (>= 0.3), libexporter-renaming-perl Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.3) Description: module supporting any templating system in CGI::Application 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, Template 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.