interchange - heins modified lib/Vend/Interpolate.pm

[email protected]
Newsgroups gmane.comp.web.interchange.cvs
Message-ID <[email protected]>
User:      heins
Date:      2009-03-23 13:39:50 GMT
Modified:  lib/Vend Interpolate.pm
Log:
* Fix bug in my changes to UTF8 found by Sergiusz Jarczyk
  <[email protected]>, improper call to
  utf8_safe_regex_workaround.

Revision  Changes    Path
2.312                interchange/lib/Vend/Interpolate.pm


rev 2.312, prev_rev 2.311
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.311
retrieving revision 2.312
diff -u -r2.311 -r2.312
--- Interpolate.pm	29 Jan 2009 17:13:26 -0000	2.311
+++ Interpolate.pm	23 Mar 2009 13:39:50 -0000	2.312
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.311 2009-01-29 17:13:26 mheins Exp $
+# $Id: Interpolate.pm,v 2.312 2009-03-23 13:39:50 mheins Exp $
 #
 # Copyright (C) 2002-2008 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.311 $, 10);
+$VERSION = substr(q$Revision: 2.312 $, 10);
 
 @EXPORT = qw (
 
@@ -179,7 +179,7 @@
 		$ready_safe->share_from('MVSAFE', ['$safe']);
 #::logDebug("new safe made=$ready_safe->{Root}");
 		
-		Vend::CharSet->utf8_safe_regex_workaround($ready_safe)
+		Vend::CharSet::utf8_safe_regex_workaround($ready_safe)
 		    if $::Variable->{MV_UTF8};
 
 		$ready_safe->trap(@{$Global::SafeTrap});
@@ -1204,7 +1204,7 @@
 			last RUNSAFE;
 		}
 
-		Vend::CharSet->utf8_safe_regex_workaround($ready_safe)
+		Vend::CharSet::utf8_safe_regex_workaround($ready_safe)
 		    if $::Variable->{MV_UTF8};
 		$ready_safe->trap(@{$Global::SafeTrap});
 		$ready_safe->untrap(@{$Global::SafeUntrap});
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.