From: Grant M. <gr...@us...> - 2006-10-30 08:28:24
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5403 Modified Files: Changes README todo Log Message: - for 2.16 release Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -r1.25 -r1.26 --- Changes 5 Oct 2006 08:28:05 -0000 1.25 +++ Changes 30 Oct 2006 08:28:12 -0000 1.26 @@ -1,7 +1,9 @@ Revision history for Perl module XML::Simple -2.16 ??? ?? 2006 - - Added test for bad GroupTags option (report from Lee Goddard) +2.16 Oct 30 2006 + - Added test/fix for bad GroupTags option (report from Lee Goddard) + - Added new_hashref() hook method + - refactored cache save/restore methods for easier overriding 2.15 Oct 03 2006 - Makefile.PL changes: reject known-bad PurePerl and RTF parser modules; Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- README 3 Oct 2006 01:07:48 -0000 1.20 +++ README 30 Oct 2006 08:28:12 -0000 1.21 @@ -56,7 +56,7 @@ STATUS - This version (2.15) is the current stable release. + This version (2.16) is the current stable release. Please send any feedback to the author: gr...@cp... Index: todo =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/todo,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- todo 12 Oct 2006 08:57:51 -0000 1.3 +++ todo 30 Oct 2006 08:28:12 -0000 1.4 @@ -1,10 +1,6 @@ To Release ========== -- fix infinite loop reported by Lee Goddard -- add new_hashref hook method -- refactored cache save/restore methods for easier overriding To Do ===== -- make options handling method overridable - add a parse_string method? |