
Html::html5::parser is an html parser, similar to the non-cpan module whatpm::html with some changes including:
* 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.