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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Sep 10 13:35:02 EDT 2007


User:      kwalsh
Date:      2007-09-10 17:35:01 GMT
Modified:  lib/Vend Util.pm
Log:
    * Updated the previous commit to use a "return" statement, rather
      than just "undef", as suggested by Jon Jensen.

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


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








More information about the interchange-cvs mailing list