Revision history for XML::CompareML
0.2.6 Mon Nov 23 19:52:05 IST 2009
- Provided a workaround for testing the code on recent (and older)
versions of XML-LibXSLT.
0.2.5 Fri Jul 17 17:04:12 IDT 2009
- Added XML::LibXSLT to the dependencies.
- Converted Build.PL to use XML::Grammar::Builder.
- Enhanced the Build.PL with keywords and resources.
0.2.4 Sat Jul 12 15:18:20 IDT 2008
- Added the XSLT stylesheet under extradata/
- Adapted Build.PL accordingly.
- XML::CompareML::HTML now uses the XSLT stylesheet.
- Added support for the <b> (bold) element in HTML text.
- Added support for <a> and <b> inside <expl>
- Added some tests.
0.2.3
- Now testing XML::CompareML::DocBook.
- Added t/pod-coverage.t and made sure we have full test coverage.
- Changed the license ID from "bsd" to "mit" which is more accurate.
- Moved "Test::More" and "IO::Scalar" to the build_requires.
- now generating a Makefile.PL from the Build.PL.
- added an example under examples/.
- added more dependencies to the Build.PL
0.2.2 Fri Feb 29 17:24:55 IST 2008
- Fixed the die in the last patch to reference the name correctly.
0.2.1 Fri Feb 29 17:02:49 IST 2008
- Implemented <url>, <fullname> and <vendor> elements for the <impl>.
0.2.0 Tue Apr 12 15:09:04 IDT 2005
- First CPAN Release