From: Grant M. <gr...@us...> - 2006-04-28 22:43:42
|
Update of /cvsroot/perl-xml/xml-simple In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27603 Modified Files: Changes Log Message: - allow '.' characters in variable names Index: Changes =================================================================== RCS file: /cvsroot/perl-xml/xml-simple/Changes,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- Changes 29 Jan 2005 04:22:10 -0000 1.19 +++ Changes 28 Apr 2006 22:43:36 -0000 1.20 @@ -1,5 +1,8 @@ Revision history for Perl module XML::Simple +2.15 ??? ?? 2006 + - allow '.' characters in variable names (suggested by Cosimo Streppone) + 2.14 Jan 29 2005 - unlink and lock fixes for VMS (patch from Peter (Stig) Edwards) |