0.2.0 2019-08-23 - Convert to dzil - https://github.com/shlomif/test-xml-ordered 0.0.9 2015-04-08 - Remove t/00basic.t which tested for versions of libxml2 and was erroneously failing. 0.0.8 2013-11-02 - Made the minimal version of perl to be 5.10.x. - Otherwise, there were test failures. 0.0.7 2013-11-01 - Accurately compare values of attributes without namespaces. - https://rt.cpan.org/Public/Bug/Display.html?id=89262 - Thanks to NGLENN for the report and for some reproducing code. 0.0.6 2013-09-28 - Compare for presence and values of attributes of elements that have them. - https://rt.cpan.org/Public/Bug/Display.html?id=88994 - Thanks to NGLENN for the report and for some reproducing code. - Convert "Changes" (this file) to CPAN::Changes with a test. 0.0.5 2013-02-20 - Display the offending mismatched text in a text node mismatch. - Normalise all space-areas to a single - not just the first one. - Add a fix for handling empty elements - e.g: vs. . 0.0.4 2013-02-20 - Fix a bug where we compared ->name() instead of ->localname(). - This caused not to match as if db: and the default namespace are the same. 0.0.3 2013-01-06 - Add t/00basic.t to get some diagnosis of the libxml2 versions. - Made the minimum required XML::LibXML version 2.0014 to avoid some test issues. 0.0.2 2012-12-05 - Sped up the tests in t/xml_compare1.t by not loading external DTDs from w3.org. - https://rt.cpan.org/Ticket/Display.html?id=81715 - Thanks to Slaven Rezic (SREZIC) for the report and the analysis. - TODO : this may be a useful feature to add to the options hash-ref. 0.0.1 2012-12-04 - First version.