- New upstream release 1.0006
- Fix failing to find the difference in this scenario (CPAN RT#84546):
Before: <element>0</element>
After: <element></element>
- Drop EL-5 support:
- Drop BuildRoot: and Group: tags
- Drop explicit buildroot cleaning in %install section
- Drop explicit %clean section
- New upstream release 1.0005
- Convert the distribution to use git, GitHub, and Dist-Zilla
- Correct some spelling errors and add more tests
- Remove trailing whitespace
XML::SemanticDiff provides a way to compare the contents and structure of two
XML documents. By default, it returns a list of hashrefs where each hashref
describes a single difference between the two docs.