Update of /cvsroot/perl-xml/xml-simple
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32112
Modified Files:
Changes README
Log Message:
- for release 2.11
Index: Changes
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/Changes,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Changes 29 Feb 2004 10:06:51 -0000 1.15
+++ Changes 2 Mar 2004 08:18:01 -0000 1.16
@@ -1,5 +1,8 @@
Revision history for Perl module XML::Simple
+2.11 Mar 31 2004
+ - Fixed hash ordering assumption in a new test (reported by Jost Krieger)
+
2.10 Feb 29 2004
- Added AttrIndent option (patch from Volker Moell)
- Hash keys are now sorted alphabetically by default; enable the
Index: README
===================================================================
RCS file: /cvsroot/perl-xml/xml-simple/README,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- README 29 Feb 2004 10:06:51 -0000 1.15
+++ README 2 Mar 2004 08:18:01 -0000 1.16
@@ -13,13 +13,13 @@
consider installing XML::SAX::Expat or XML::LibXML to replace the (slower)
PurePerl parser from the XML::SAX distribution.
+ If you install using the CPAN.pm shell and you do not have either XML::Parser
+ or XML::SAX installed, then XML::SAX will be installed by default.
+
To generate documents with namespaces, XML::NamespaceSupport is required.
The optional caching features of XML::Simple also require Storable.pm.
- Note: These prerequisites cannot be resolved automatically by CPAN.pm
- since you must decide whether to use XML::Parser or XML::SAX.
-
WARNING MESSAGES FROM XML::SAX
@@ -56,12 +56,15 @@
STATUS
- This version (2.10) is the current stable release.
+ This version (2.11) is the current stable release.
Please send any feedback to the author: gr...@cp...
NEW IN THIS RELEASE
+ - Fix for a broken test
+
+ New in Version 2.10
- Added AttrIndent option (patch from Volker Moell)
- Hash keys are now sorted alphabetically by default; enable the new
NoSort option if you don't want this (patch from Volker Moell)
|