[interchange-cvs] interchange - heins modified lib/Vend/Util.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Jul 23 22:50:38 EDT 2007


User:      heins
Date:      2007-07-24 02:50:38 GMT
Modified:  lib/Vend Util.pm
Log:
* Fix improper change from double to single quoting in escape string.

Revision  Changes    Path
2.107     +3 -3      interchange/lib/Vend/Util.pm


rev 2.107, prev_rev 2.106
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.106
retrieving revision 2.107
diff -u -r2.106 -r2.107
--- Util.pm	5 Jul 2007 11:19:42 -0000	2.106
+++ Util.pm	24 Jul 2007 02:50:38 -0000	2.107
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.106 2007/07/05 11:19:42 pajamian Exp $
+# $Id: Util.pm,v 2.107 2007/07/24 02:50:38 mheins Exp $
 # 
 # Copyright (C) 2002-2007 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -90,7 +90,7 @@
 use Vend::File;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.106 $, 10);
+$VERSION = substr(q$Revision: 2.107 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;
@@ -117,7 +117,7 @@
 	;
 
 ## This is a character class for HTML::Entities
-$ESCAPE_CHARS::std = q{^\n\t\X !\#\$%\'-;=?-Z\\\]-~};
+$ESCAPE_CHARS::std = qq{^\n\t\X !\#\$%\'-;=?-Z\\\]-~};
 
 ## Some standard error templates
 








More information about the interchange-cvs mailing list