libhtml-parser-perl 3.69-1build1 source package in Ubuntu

Changelog

libhtml-parser-perl (3.69-1build1) precise; urgency=low

  * Rebuild for Perl 5.14.
 -- Colin Watson <email address hidden>   Tue, 15 Nov 2011 14:14:55 +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 main perl

Downloads

File Size SHA-256 Checksum
libhtml-parser-perl_3.69.orig.tar.gz 87.4 KiB 748b1c906500e3a921d0694acb9a3a7dd3f2ff6fa61c656b928bbf7686a42406
libhtml-parser-perl_3.69-1build1.debian.tar.gz 8.3 KiB ecdbcfb1bd57b259ffb816cf51e0c471a9a75acde58fbc8f344076af740d7e96
libhtml-parser-perl_3.69-1build1.dsc 2.3 KiB 7e571cce460d850092457e103bb28cf756eede67b41b2719b3b8d02f4bda3573

Available diffs

View changes file

Binary packages built by this source

libhtml-parser-perl: collection of modules that parse HTML text documents

 HTML::Parser is a collection of modules useful for handling HTML documents.
 These modules used to be part of the libwww-perl distribution, but are now
 unbundled in order to facilitate a separate development track.
 .
 Objects of the HTML::Parser class will recognize markup and separate it from
 content data. As different kinds of markup are recognized, the corresponding
 event handler is invoked. The document to be parsed may also be supplied in
 arbitrary chunks, making on-the-fly parsing of network documents possible.