summaryrefslogtreecommitdiff
path: root/textproc/p5-HTML-HTML5-Parser/pkg-descr
blob: c81007fc727bf7151c34b7caaf9e965cfaf925a7 (plain) (blame)
1
2
3
4
5
6
7
8
HTML::HTML5::Parse is substantially the same as the non-CPAN module
Whatpm::HTML. Changes include:
    * Provides an XML::LibXML-like DOM interface. If you usually use
XML::LibXML's DOM parser, this should be a drop-in solution for tag
soup HTML.
    * Constructs an XML::LibXML::Document as the result of parsing.
    * Via bundling and modifications, removed external dependencies
on non-CPAN packages.