- More work on the t/*.t test scripts.
- Add scripts/Test.pm-to-Test-More.pl to semi-automatically
convert a test script from Test.pm to Test::More.
- Change NodeSet to NodeList in the documentation of
lib/XML/LibXML/NodeList.pm .
- Makefile.PL: now saying we are trying to link against -lm, -lz
and -lxml2 . Not only -lxml2:
- https://rt.cpan.org/Ticket/Display.html?id=61756
- << $node = XML::LibXML::Comment( $content ); >> is wrong.
- << $node = XML::LibXML::Comment( $content ); >> is wrong.
- Documentation: moved away from Indirect-object-notation and added
some missing "my"s:
- Fix failing t/01basic.t when compiling against libxml2 that comes from
git.
- https://rt.cpan.org/Public/Bug/Display.html?id=54951
- Thanks to Evan Carroll ( http://www.evancarroll.com/ ) for the
report.
- https://rt.cpan.org/Public/Bug/Display.html?id=54951