Update of /cvsroot/perl-xml/xml-simple
In directory sc8-pr-cvs1:/tmp/cvs-serv9076
Modified Files:
Changes README
Log Message:
- for 2.07 release
Index: Changes
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/Changes,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Changes 18 May 2003 08:45:59 -0000 1.11
+++ Changes 20 May 2003 08:50:09 -0000 1.12
@@ -1,5 +1,10 @@
Revision history for Perl module XML::Simple
+2.07 May 20 2003
+ - added test to catch old versions of Storable which lack locking support
+ - removed new-style loop which broke on 5.005_03
+ - suppress more uninitialised variable warnings
+
2.06 May 18 2003
- fixed strict mode requiring ForceArray on output (fix from Igor Roman
Marino)
Index: README
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/README,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- README 18 May 2003 08:45:59 -0000 1.11
+++ README 20 May 2003 08:50:09 -0000 1.12
@@ -62,6 +62,10 @@
NEW IN THIS RELEASE
+ - fixed bug which broke compatibility with Perl 5.005_03
+ - fixed test problems with Storable
+
+ New in Version 2.06
- bug fix for strict mode requiring ForceArray on output
New in Version 2.05
|