Thursday, November 5, 2009

Module XML::TreePP::Editor verison 0.11 released

Version 0.11 of the XML::TreePP::Editor PERL module is released on CPAN.

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

This is the first public release of a new module.

This module is used to edit an XML::TreePP parsed XML Document, using XML::TreePP::XMLPath .

Module XML::TreePP::XMLPath verison 0.61 released

Version 0.61 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.61/ .

This is a maintenance release that fixes an issue when filtering for the root element using the new ParentMap option in filterXMLDoc().

Thursday, October 8, 2009

Module XML::TreePP::XMLPath verison 0.60 released

Version 0.60 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.60/ .

This release contains major changes to internal functionality of the filterXMLDoc() method, which includes a new mapping option (structure => type) to define the the format of the returned results.

The filterXMLDoc() method now has good support for use of the special parent (..) indication in an XMLPath.

Thursday, October 1, 2009

Module Getopt::XML verison 0.53 released

Version 0.53 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.53/ .

This release fixes an issue that caused Make tests to fail, due to the test plan being configured for 8 tests, when it only had 7 actual tests.

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.

Monday, August 10, 2009

Module XML::TreePP::XMLPath verison 0.55 released

Version 0.55 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.55/ .

This module introduces a new function getValues(), changes to carp usage in place of warn, and fixes minor documentation issues.