File: control

package info (click to toggle)
libtemplate-plugin-json-escape-perl 0.2-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 76 kB
  • sloc: perl: 63; makefile: 2
file content (27 lines) | stat: -rw-r--r-- 1,089 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
Source: libtemplate-plugin-json-escape-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: perl,
 libjson-perl,
 libtemplate-perl
Standards-Version: 3.9.3
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-json-escape-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-plugin-json-escape-perl.git
Homepage: http://search.cpan.org/dist/Template-Plugin-JSON-Escape/

Package: libtemplate-plugin-json-escape-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
 libjson-perl,
 libtemplate-perl
Recommends: libjson-xs-perl
Description: module for embedding JSON strings in Template Toolkit
 The Template::Plugin::JSON::Escape plugin allows you to embed JSON strings
 in HTML. In the output, special characters such as < and & are escaped as
 \uxxxx to prevent XSS attacks.
 .
 It also provides decoding function to keep compatibility with
 Template::Plugin::JSON.