libhtml-strip-perl 1.06-1build2 source package in Ubuntu

Changelog

libhtml-strip-perl (1.06-1build2) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 21:01:54 +0000

Upload details

Uploaded by:
Colin Watson
Uploaded to:
Precise
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe perl

Downloads

File Size SHA-256 Checksum
libhtml-strip-perl_1.06.orig.tar.gz 7.6 KiB 51d14e786066804764d6e12d262447b4472a2c36c663ea2c89a3c4ec1435c1ab
libhtml-strip-perl_1.06-1build2.diff.gz 2.2 KiB 40797de8c2ccaa6a88fdcf4286aeb9a7af6874f3af6ec12d9d0b3e3442473091
libhtml-strip-perl_1.06-1build2.dsc 2.1 KiB 709ac877ea7341b51e3adeea0242338e0f8874067e74fe773d8e3a4d7bb6f2fa

Available diffs

View changes file

Binary packages built by this source

libhtml-strip-perl: strip HTML markup from text

 HTML::Strip simply strips HTML-like markup from text in a very quick and
 brutal manner. It could quite easily be used to strip XML or SGML from text
 as well.
 .
 It is written in XS, and thus about five times quicker than using regular
 expressions for the same task.
 .
 It does not do any syntax checking (if you want that, use HTML::Parser),