From: Grant M. <gr...@us...> - 2007-08-02 10:40:51
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6809 Modified Files: Changes todo Log Message: - for 2.17 release Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- Changes 6 Apr 2007 02:59:03 -0000 1.29 +++ Changes 2 Aug 2007 10:40:16 -0000 1.30 @@ -1,10 +1,11 @@ Revision history for Perl module XML::Simple -2.17 ??? ?? 2007 +2.17 Aug 02 2007 - Added parse_string(), parse_file() and parse_fh() methods - Added default_config_file(), and build_simple_tree() hook methods - Tweak to implementation of exporting (patch from Stuart Moore) - Documented hook methods + - Fixed test suite race condition (report from Andreas J. König) 2.16 Oct 30 2006 - Added test/fix for bad GroupTags option (report from Lee Goddard) Index: todo =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/todo,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- todo 29 Jan 2007 10:17:06 -0000 1.6 +++ todo 2 Aug 2007 10:40:16 -0000 1.7 @@ -1,12 +1,13 @@ To Release ========== -- add a parse_string method? (+ parse_file / parse_fh ?) -- document hook and cache methods To Do ===== +- add hook for skipping keys on XMLout - tests for parse methods +- add a hook method for setting the name of <anon> tags - more tests for hook methods - implement exception objects - rename methods to: xml_in_(string|file|fh) - change docs to use OO style? +- support <itemdata name="x" value="y" /> form (NameValueElements => { itemdata => ['name', 'value']} ) |