File: control

package info (click to toggle)
libhtml-template-compiled-perl 1.003-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 776 kB
  • ctags: 384
  • sloc: perl: 4,759; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 1,563 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Source: libhtml-template-compiled-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Peter Pentchev <roam@ringlet.net>,
           Jonathan Yu <jawnsy@cpan.org>,
           Dominic Hargreaves <dom@earth.li>,
           gregor herrmann <gregoa@debian.org>,
           Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     libhtml-parser-perl,
                     libparse-recdescent-perl,
                     libtest-pod-coverage-perl,
                     libtest-pod-perl,
                     liburi-perl
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libhtml-template-compiled-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libhtml-template-compiled-perl.git
Homepage: https://metacpan.org/release/HTML-Template-Compiled

Package: libhtml-template-compiled-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         liburi-perl
Recommends: libhtml-parser-perl,
            libparse-recdescent-perl
Description: Perl template system compiling HTML::Template files to Perl code
 HTML::Template::Compiled is a template system which can be used for
 HTML::Template templates with the same API. It offers more flexible template
 delimiters, additional tags and features, and by compiling the template into
 perl code it can run significantly faster in persistent environments such as
 FastCGI or mod_perl.