HTML-Parser-3.14 should now be on its way to CPAN. Jonathan Stowe discovered that HTML::HeadParser would go into an infinite loop if passed a document without markup or "\n". The reason was that HTML::Parser went into infinite recursion if a handler triggered by flushing text at eof called the eof method to terminate parsing. This is now fixed. HTML-Parser-3.14 also allow lowercase <!doctype ...> to be parsed as a declaration.
