Thursday, September 24, 2009

Module Getopt::XML verison 0.52 released

Version 0.52 of the Getopt::XML PERL module is released on CPAN.

It can be downloaded from the project web site, http://www.codepin.org/project/perlmod/Getopt-XML/ , or from CPAN, http://search.cpan.org/~rglaue/Getopt-XML-0.52/ .

This version removed dependency on Params::Validate. It is updated to use XML::TreePP::XMLPath >= 0.56, removing deprecated methods.

Tuesday, September 8, 2009

Module XML::TreePP::XMLPath verison 0.56 released

Version 0.56 of the XML::TreePP::XMLPath PERL module is released on CPAN.

It can be downloaded from the project web site, http://www.codepin.org/project/perlmod/XML-TreePP-XMLPath/ , or from CPAN, http://search.cpan.org/~rglaue/XML-TreePP-XMLPath-0.56/ .

This fixes a bug for getElements and getAttributes methods.
New test cases added to test for the aforementioned bug.
A helper script 'runtests.pl' was added to allow for manually executing all test cases at once.
Documentation was added to README and POD to describe how to use this module with a generic (non-XML) PERL code reference tree.