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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Sun Sep 9 19:04:21 EDT 2007


User:      kwalsh
Date:      2007-09-09 23:04:21 GMT
Modified:  lib/Vend Util.pm
Log:
    * ::logDebug() shouldn't return anything at all.  This patch should
      help avoid any future debug-related "gotchas".

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


rev 2.108, prev_rev 2.107
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.107
retrieving revision 2.108
diff -u -r2.107 -r2.108
--- Util.pm	24 Jul 2007 02:50:38 -0000	2.107
+++ Util.pm	9 Sep 2007 23:04:21 -0000	2.108
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.107 2007/07/24 02:50:38 mheins Exp $
+# $Id: Util.pm,v 2.108 2007/09/09 23:04:21 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.107 $, 10);
+$VERSION = substr(q$Revision: 2.108 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;
@@ -1665,6 +1665,7 @@
     else {
         print caller() . ":debug: ", errmsg(@_), "\n";
     }
+    undef;
 }
 
 sub errmsg {








More information about the interchange-cvs mailing list