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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Fri Aug 19 22:54:55 EDT 2005


User:      jon
Date:      2005-08-20 02:54:55 GMT
Modified:  lib/Vend Interpolate.pm
Log:
Correct debug message; this no longer uses &Vend::Interpolate::do_tag.

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


rev 2.251, prev_rev 2.250
Index: Interpolate.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Interpolate.pm,v
retrieving revision 2.250
retrieving revision 2.251
diff -u -u -r2.250 -r2.251
--- Interpolate.pm	5 Aug 2005 12:20:04 -0000	2.250
+++ Interpolate.pm	20 Aug 2005 02:54:54 -0000	2.251
@@ -1,6 +1,6 @@
 # Vend::Interpolate - Interpret Interchange tags
 # 
-# $Id: Interpolate.pm,v 2.250 2005/08/05 12:20:04 mheins Exp $
+# $Id: Interpolate.pm,v 2.251 2005/08/20 02:54:54 jon Exp $
 #
 # Copyright (C) 2002-2005 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -28,7 +28,7 @@
 require Exporter;
 @ISA = qw(Exporter);
 
-$VERSION = substr(q$Revision: 2.250 $, 10);
+$VERSION = substr(q$Revision: 2.251 $, 10);
 
 @EXPORT = qw (
 
@@ -3848,7 +3848,7 @@
 	}
 	else {
 		$attrhash->{body} = $this_tag unless defined $attrhash->{body};
-#::logDebug("calling do_tag tag=$tag this_tag=$this_tag attrhash=" . uneval($attrhash));
+#::logDebug("calling tag tag=$tag this_tag=$this_tag attrhash=" . uneval($attrhash));
 		$Tag ||= new Vend::Tags;
 		$out = $Tag->$tag($attrhash);
 	}








More information about the interchange-cvs mailing list