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

Changelog

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

  * Team upload

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
  * debian/upstream/metadata: change GitHub/CPAN URL(s) to HTTPS.
  * debian/upstream/metadata: use HTTPS for GitHub URLs.

  [ Florian Schlichting ]
  * Import upstream version 0.17
  * Update upstream metadata
  * Drop build-dependency on M::B after switch to EU::MM
  * Bump copyright years
  * Add build-dependency on Test::Differences
  * Declare compliance with Debian Policy 4.1.1

 -- Florian Schlichting <email address hidden>  Sat, 11 Nov 2017 14:34:29 +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
Bionic release universe perl

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libhtml-scrubber-perl_0.17-1.dsc 2.3 KiB 96e448a2e851c8fed7073fc2f425dcf660cec085975e14923f50c247ae2aac71
libhtml-scrubber-perl_0.17.orig.tar.gz 36.3 KiB 558a7a1425c355f2e242117b37ecde95534024f69fd6400af46209d23ee1e71a
libhtml-scrubber-perl_0.17-1.debian.tar.xz 3.0 KiB a58bbe0158f217f82f87ff92b0991ea3ace6a98f10db39ce1e63efc26d5522ee

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.