From: Grant M. <gr...@us...> - 2007-08-15 10:38:11
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23871 Modified Files: Changes Log Message: - add die_or_warn handling for non-unique key attributes values during array folding Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- Changes 2 Aug 2007 10:44:07 -0000 1.31 +++ Changes 15 Aug 2007 10:36:47 -0000 1.32 @@ -1,5 +1,10 @@ Revision history for Perl module XML::Simple +2.18 Aug 15 2007 + - Non-unique key attribute values now trigger a warning (or a fatal + error in strict mode) rather than silently discarding data (patch + from Daniel Baysinger) + 2.17 Aug 02 2007 - Added parse_string(), parse_file() and parse_fh() methods - Added default_config_file(), and build_simple_tree() hook methods |