Revision history for HTML::DOM 0.052 25 March, 2012 Bug fixes: • An extraneous tag no longer closes currently open tags, turning
into
(RT #75997). Thanks to Tomki Camp for the report. • The weird colour methods of the document (fgColor, etc.) no longer die when there is no body element. 0.051 11 March, 2012 Bug fix: write() no longer dies inside an element handler (e.g., 0.003 15 July, 2007 - HTML::DOM::Text now has its nodeValue method, which I forgot about before. (Actually, I moved HTML::DOM::Comment's nodeValue to HTML::DOM::CharacterData.) - as_text and as_HTML have been overridden and now work. 0.002 9 July, 2007 The basic mechanism for event handling has been implemented. The various different flavours of event objects still need to be added. 0.001 27 June, 2007 The first version. So far, most of the level-1 core DOM is implemented, and a couple of HTML-specific methods, but that's all.