From: Grant M. <gr...@us...> - 2003-05-18 08:46:02
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1:/tmp/cvs-serv3705 Modified Files: Changes README Log Message: - for 2.06 release Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- Changes 16 Apr 2003 10:23:55 -0000 1.10 +++ Changes 18 May 2003 08:45:59 -0000 1.11 @@ -1,5 +1,11 @@ Revision history for Perl module XML::Simple +2.06 May 18 2003 + - fixed strict mode requiring ForceArray on output (fix from Igor Roman + Marino) + - fixed warnings about uninitialised values + - minor POD update (link to FAQ) + 2.05 Apr 16 2003 - fixed warnings when NormaliseSpace undefined (reported by Peter Scott and others) Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- README 16 Apr 2003 10:23:55 -0000 1.10 +++ README 18 May 2003 08:45:59 -0000 1.11 @@ -56,12 +56,15 @@ STATUS - This version (2.05) is the current stable release. + This version (2.06) is the current stable release. Please send any feedback to the author: gr...@cp... NEW IN THIS RELEASE + - bug fix for strict mode requiring ForceArray on output + + New in Version 2.05 - fixed warnings when NormaliseSpace undefined (reported by Peter Scott and others) - added support for specifying ForceArray using regular expressions |