From: Grant M. <gr...@us...> - 2006-09-19 08:33:36
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13036 Modified Files: Changes Log Message: - fix behaviour of XMLout() with undef in arrayref and SuppressEmpty enabled Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- Changes 28 Apr 2006 22:43:36 -0000 1.20 +++ Changes 19 Sep 2006 08:33:30 -0000 1.21 @@ -1,7 +1,9 @@ Revision history for Perl module XML::Simple -2.15 ??? ?? 2006 +2.15 Sep ?? 2006 - allow '.' characters in variable names (suggested by Cosimo Streppone) + - fix output of undefs in arrayrefs with SuppressEmpty (reported by + ãã㪠- Kanna) 2.14 Jan 29 2005 - unlink and lock fixes for VMS (patch from Peter (Stig) Edwards) |