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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Jul 3 20:16:00 EDT 2003


User:      heins
Date:      2003-07-03 23:16:03 GMT
Modified:  lib/Vend Interpolate.pm
Log:
* Make $Tag object be rebuilt every time a new page is done.

Revision  Changes    Path
2.176     +3 -4      interchange/lib/Vend/Interpolate.pm


rev 2.176, prev_rev 2.175
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.175
retrieving revision 2.176
diff -u -r2.175 -r2.176
--- Interpolate.pm	1 Jul 2003 10:46:32 -0000	2.175
+++ Interpolate.pm	3 Jul 2003 23:16:03 -0000	2.176
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.175 2003/07/01 10:46:32 racke Exp $
+# $Id: Interpolate.pm,v 2.176 2003/07/03 23:16:03 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.175 $, 10);
+$VERSION = substr(q$Revision: 2.176 $, 10);
 
 @EXPORT = qw (
 
@@ -88,7 +88,6 @@
 		$hole = new Safe::Hole;
 	};
 }
-my $tag_wrapped;
 
 use strict;
 use Vend::Util;
@@ -1836,7 +1835,7 @@
 		}
 	}
 
-	$Tag = $hole->wrap($Tag) if $hole and ! $tag_wrapped++;
+	$Tag = $hole->wrap($Tag) if $hole and ! $Vend::TagWrapped++;
 
 	init_calc() if ! $Vend::Calc_initialized;
 	$ready_safe->share(@share) if @share;







More information about the interchange-cvs mailing list