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.
|