libhtml-scrubber-perl 0.15-1 source package in Ubuntu

Changelog

libhtml-scrubber-perl (0.15-1) unstable; urgency=medium

  * Team upload.

  [ Axel Beckert ]
  * Remove trailing blank lines from debian/{changelog,control}
  * Fix tense in long package description.

  [ gregor herrmann ]
  * Import upstream version 0.15
  * Bump debhelper compatibility level to 9.

 -- gregor herrmann <email address hidden>  Sat, 31 Oct 2015 21:02:46 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe perl

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-scrubber-perl_0.15-1.dsc 2.4 KiB 52b9215154107cf1d22b586b9bfa4f69e26344a06a55e27939363c7260a92174
libhtml-scrubber-perl_0.15.orig.tar.gz 33.4 KiB 7133e317e5963168a445836d144f35c69fc9c4edad0025fb17c46729ea432ed4
libhtml-scrubber-perl_0.15-1.debian.tar.xz 2.8 KiB e36c30b0418978c573dc5a11ab9cb1e545cd76d42740cd564f87271c13de9647

Available diffs

No changes file available.

Binary packages built by this source

libhtml-scrubber-perl: Perl extension for scrubbing/sanitizing html

 If you want to "scrub" or "sanitize" html input in a reliable and
 flexible fashion, then HTML::Scrubber is for you.
 .
 The author was not satisfied with HTML::Sanitizer because it is based
 on HTML::TreeBuilder, so he wrote something similar that works
 directly with HTML::Parser.