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
|
Source: libtemplate-plugin-html-strip-perl
Section: perl
Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Ernesto Hernández-Novich (USB) <emhn@usb.ve>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
libhtml-strip-perl,
libtest-pod-perl,
libtest-pod-coverage-perl,
libtemplate-perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtemplate-plugin-html-strip-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libtemplate-plugin-html-strip-perl.git
Homepage: https://metacpan.org/release/Template-Plugin-HTML-Strip/
Package: libtemplate-plugin-html-strip-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libhtml-strip-perl,
libtemplate-perl
Description: plugin to remove HTML for the Template Toolkit
Template::Plugin::HTML::Strip package provides a Template Toolkit plugin
which uses HTML::Strip to remove markup (primarily HTML, but also SGML,
XML, etc) from filtered content during template processing.
|