File: control

package info (click to toggle)
libhtml-stripscripts-parser-perl 1.03-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 96 kB
  • ctags: 3
  • sloc: perl: 35; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 1,252 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
22
23
Source: libhtml-stripscripts-parser-perl
Section: perl
Priority: optional
Build-Depends: debhelper (>= 7)
Build-Depends-Indep: perl, libhtml-parser-perl (>= 3.56), libtest-pod-perl,
 libhtml-stripscripts-perl (>= 1.05), libtest-pod-coverage-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Tim Retout <tim@retout.co.uk>, Jonathan Yu <jawnsy@cpan.org>
Standards-Version: 3.8.3
Homepage: http://search.cpan.org/dist/HTML-StripScripts-Parser/
Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libhtml-stripscripts-parser-perl/
Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libhtml-stripscripts-parser-perl/

Package: libhtml-stripscripts-parser-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends}, libhtml-parser-perl (>= 3.56),
 libhtml-stripscripts-perl (>= 1.05)
Description: module to filter scripts out of HTML
 HTML::StripScripts::Parser is a Perl module that provides an easy interface
 to HTML::StripScripts, using HTML::Parser to parse the HTML. See HTML::Parser
 (see libhtml-parser-perl) for details of how to customise how the raw HTML is
 parsed into tags, and HTML::StripScripts (see libhtml-stripscripts-perl) for
 details of how to customise the way those tags are filtered.