File: control

package info (click to toggle)
libtemplate-stash-autoescaping-perl 0.0303-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 200 kB
  • sloc: perl: 491; makefile: 7
file content (32 lines) | stat: -rw-r--r-- 1,266 bytes parent folder | download | duplicates (2)
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
Source: libtemplate-stash-autoescaping-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Julian Maurice <jajm@jajm.org>
Build-Depends: debhelper (>= 9),
 perl,
 libmodule-build-perl
Build-Depends-Indep: libclass-data-inheritable-perl,
 libtemplate-perl,
 libtest-base-perl,
 libuniversal-require-perl,
 liburi-perl
Standards-Version: 3.9.7
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtemplate-stash-autoescaping-perl.git
Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libtemplate-stash-autoescaping-perl.git
Homepage: https://metacpan.org/release/Template-Stash-AutoEscaping
Testsuite: autopkgtest-pkg-perl

Package: libtemplate-stash-autoescaping-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libclass-data-inheritable-perl,
 libtemplate-perl,
 libuniversal-require-perl,
 perl (>= 5.12.0)
Description: Template::Stash subclass for automatically escaping HTML strings
 Template::Stash is used by Template::Toolkit to store variable values for the
 runtime use of the template processor.
 .
 Template::Stash::AutoEscaping acts as a replacement of Template::Stash that
 automatically escape all HTML strings and avoid XSS vulnerability.