From: Grant M. <gr...@us...> - 2006-10-03 01:07:52
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16851 Modified Files: README Changes Log Message: - for 2.15 release Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- README 29 Jan 2005 04:22:10 -0000 1.19 +++ README 3 Oct 2006 01:07:48 -0000 1.20 @@ -56,7 +56,7 @@ STATUS - This version (2.14) is the current stable release. + This version (2.15) is the current stable release. Please send any feedback to the author: gr...@cp... Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- Changes 19 Sep 2006 10:01:32 -0000 1.23 +++ Changes 3 Oct 2006 01:07:48 -0000 1.24 @@ -1,6 +1,8 @@ Revision history for Perl module XML::Simple -2.15 Sep ?? 2006 +2.15 Oct 03 2006 + - Makefile.PL changes: reject known-bad PurePerl and RTF parser modules; + default to XML::SAX::Expat if no parser installed - allow '.' characters in variable names (suggested by Cosimo Streppone) - fix output of undefs in arrayrefs with SuppressEmpty (reported by ãã㪠- Kanna) |