The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
HTML-HTML5-Parser
=================

Created:      2009-11-26
Home page:    <https://metacpan.org/release/HTML-HTML5-Parser>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=HTML-HTML5-Parser>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.107  2011-10-20

 - (Addition) html2xhtml now reads from STDIN by default.
 - (Addition) html2xhtml can output to a file.
 - (Bugfix) parse_file wasn't accepting relative file names

0.106  2011-10-10

 - (Bugfix) Tokenizer.pm was still trying to require NamedEntityList.pm.

0.105  2011-10-07

 - HTML::HTML5::Parser::Error overloads stringification.
 - use HTML::HTML5::Entities
 - (Addition) Bundle 'html5debug' script.
 - (Packaging) Module::Package::RDF.

0.104  2011-09-22

 - (Update) Catch up to revision d81fcb920a1a3c351149cd66a64bf1b8ae14a172
   (2011-08-21) upstream.
 - (Addition) Some error handling stuff.
 - (Addition) Support <track> element.

0.103  2011-02-09

 - (Documentation Update) Copyright 2011.
 - (Bugfix) TagSoupParser.pm called a method that is renamed between this
   distribution and upstream using its upstream name.

0.102  2011-01-19

 - (Addition) Support <summary> element.
 - (Update) Catch up to revision f2c921a886ab0b3dfb8d21b82525e98a4a921ad4
   (2010-10-11) upstream.
 - (Bugfix) Fix source_line method.
 - (Addition) Support <figcaption> element.
 - (Addition) Allow <object> element to appear in <head> if document has an
   HTML4 doctype. This is a willful violation of the HTML5 parsing
   algorithm. (The <object> may have <param> elements as children, as well
   as any children that would normally be allowed in the <head> of the
   document, such as <meta>; any other content is treated as the beginning
   of the <body>, and thus closes <object> and <head>. That's slightly
   looser than the HTML 4 spec which says only <param> should be used, but
   stricter than the HTML 4 DTD which allows pretty much anything in
   there!)

0.101  2010-06-30

 - (Bugfix) UTF-8 fix.

0.100  2010-06-23

 - (Bugfix) Minor bugfixes.

0.04  2010-04-21

 - (Update) Catch up to revision cf2c0df8a6dfb50fee923dfb21b14c83f282ccdc
   (2010-02-28) upstream.

0.03  2010-01-15

 - (Documentation Update) Copyright 2010.
 - (Packaging Update) Upgrade distribution to my new packaging regime
   (auto-generated changelogs, etc)
 - (Bugfix) Module didn't use URI::file properly.

0.02  2009-12-16

 - Replace Inline::Python encoding detection with weaker, but native Perl
   HTML::Encoding package.
 - (Addition Packaging) Bundle the html2xhtml tool.

0.01  2009-12-03
# Original version


0.00_01  2009-12-01
# Developer preview