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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Sep 11 12:56:57 EDT 2007


User:      kwalsh
Date:      2007-09-11 16:56:56 GMT
Modified:  lib/Vend Util.pm
Log:
    * This was such a short patch that I didn't bother to test it.
      That'll teach me, as I now find myself posting a second correction
      for my two-line patch.

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


rev 2.112, prev_rev 2.111
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.111
retrieving revision 2.112
diff -u -r2.111 -r2.112
--- Util.pm	11 Sep 2007 16:52:14 -0000	2.111
+++ Util.pm	11 Sep 2007 16:56:56 -0000	2.112
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.111 2007/09/11 16:52:14 kwalsh Exp $
+# $Id: Util.pm,v 2.112 2007/09/11 16:56:56 kwalsh 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.111 $, 10);
+$VERSION = substr(q$Revision: 2.112 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;
@@ -1143,7 +1143,7 @@
 	my @dirs = ($Vend::Cfg->{PreviewDir},
 				$Vend::Cfg->{PageDir},
 				@{$Vend::Cfg->{TemplateDir} || []},
-				@{$Global::TemplateDir || []};
+				@{$Global::TemplateDir || []});
 
 	foreach $try (@dirs) {
 		next unless $try;








More information about the interchange-cvs mailing list