Source: libhtml-parser-perl Maintainer: Debian Perl Group Uploaders: Damyan Ivanov , Salvatore Bonaccorso , Dominic Hargreaves Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libhtml-tagset-perl , libhttp-message-perl , liburi-perl , perl-xs-dev, perl:native Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libhtml-parser-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libhtml-parser-perl.git Homepage: https://metacpan.org/release/HTML-Parser Rules-Requires-Root: no Package: libhtml-parser-perl Architecture: any Multi-Arch: same Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, libhtml-tagset-perl, liburi-perl Recommends: libhttp-message-perl Suggests: libdata-dump-perl Enhances: libwww-perl Description: 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.