Source: libhtml-template-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libcgi-pm-perl | perl (<< 5.19), libipc-sharedcache-perl, perl Standards-Version: 4.1.3 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-template-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-template-perl.git Homepage: https://metacpan.org/release/HTML-Template Package: libhtml-template-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-pm-perl | perl (<< 5.19) Suggests: libipc-sharedcache-perl Description: module for using HTML templates with Perl HTML::Template attempts to make using HTML templates simple and natural. It extends standard HTML with the pseudo tags , , , and . These are used to implement some basic logic - variable substitution, loops, conditional branches - inside the HTML template, while leaving the more complex computations to separate Perl code. This keeps the template accessible for designers and other non-Perl people, without limiting the programmer. . HTML::Template optionally stores its cache in shared memory using the IPC::SharedCache module. Please install libipc-sharedcache-perl and pass the shared_cache option to HTML::Template if you want to make use of this.