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 28 29 30 31 32 33 34 35 36 37 38 39 40
|
Source: libhtml-restrict-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Andrew Shadura <andrewsh@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: libdata-dump-perl <!nocheck>,
libhtml-parser-perl <!nocheck>,
libmoo-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libsub-quote-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-most-perl <!nocheck>,
libtype-tiny-perl <!nocheck>,
liburi-perl <!nocheck>,
perl
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-restrict-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-restrict-perl.git
Homepage: https://metacpan.org/release/HTML-Restrict
Rules-Requires-Root: no
Package: libhtml-restrict-perl
Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libdata-dump-perl,
libhtml-parser-perl,
libmoo-perl,
libnamespace-clean-perl,
libscalar-list-utils-perl,
libsub-quote-perl,
libtype-tiny-perl,
liburi-perl
Description: module to strip unwanted HTML tags and attributes
HTML::Restrict uses HTML::Parser to strip HTML from text in a restrictive
manner. By default all HTML is restricted. You may alter the default
behaviour by supplying your own tag rules.
|