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.
