File: control

package info (click to toggle)
libhtml-scrubber-perl 0.08-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 132 kB
  • ctags: 23
  • sloc: perl: 325; makefile: 44
file content (17 lines) | stat: -rw-r--r-- 730 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: libhtml-scrubber-perl
Section: perl
Priority: optional
Maintainer: Stephen Quinney <stephen@jadevine.org.uk>
Build-Depends-Indep: perl (>= 5.6.0-16), debhelper (>= 4.0.0), libhtml-parser-perl, perl (>= 5.8.0) | libtest-simple-perl
Standards-Version: 3.6.1.0

Package: libhtml-scrubber-perl
Architecture: all
Depends: perl (>= 5.6.0-16), libhtml-parser-perl
Description: Perl extension for scrubbing/sanitizing html
 If you want to "scrub" or "sanitize" html input in a reliable and
 flexible fashion, then this module is for you.
 .
 The author says: "I was not satisfied with HTML::Sanitizer because it
 is based on HTML::TreeBuilder, so I thought I would write something
 similar that works directly with HTML::Parser".