From: Grant M. <gr...@us...> - 2003-09-09 09:37:45
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1:/tmp/cvs-serv31773 Modified Files: Changes README Log Message: - for release 2.09 Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Changes 13 Jun 2003 10:28:38 -0000 1.13 +++ Changes 9 Sep 2003 09:37:41 -0000 1.14 @@ -1,5 +1,12 @@ Revision history for Perl module XML::Simple +2.09 Sep 09 2003 + - Makefile.PL makeover contributed by Joshua Keroes + - fixed hash ordering assumption in test script (reported by Michel + Rodriguez) + - POD updates + - updated link to Perl XML FAQ + 2.08 Jun 13 2003 - fixed variable expansion not happening in attributes (patch from Paul Bussé) Index: README =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/README,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- README 13 Jun 2003 10:28:37 -0000 1.13 +++ README 9 Sep 2003 09:37:41 -0000 1.14 @@ -56,12 +56,15 @@ STATUS - This version (2.08) is the current stable release. + This version (2.09) is the current stable release. Please send any feedback to the author: gr...@cp... NEW IN THIS RELEASE + - test fixes and POD updates + + New in Version 2.08 - fixed bug - no variable expansion in attributes (patch from Paul Bussé) New in Version 2.07 |