File: control

package info (click to toggle)
libtemplate-plugin-javascript-perl 0.02-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 68 kB
  • ctags: 3
  • sloc: perl: 29; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,026 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
Source: libtemplate-plugin-javascript-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libtemplate-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Maximilian Gaß <mxey@cloudconnected.org>,
 Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.9.1
Homepage: http://search.cpan.org/dist/Template-Plugin-JavaScript/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtemplate-plugin-javascript-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtemplate-plugin-javascript-perl/

Package: libtemplate-plugin-javascript-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libtemplate-perl
Description: Perl module to sanitize text for JavaScript
 Template::Plugin::JavaScript is a Template Toolkit filter that automatically
 sanitizes your text so it can be used safely in JavaScript quotes. You simply
 enable the filter inside a JavaScript string, resulting in any metacharacters
 being automatically escaped.