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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Thu Apr 21 07:24:05 EDT 2005


User:      heins
Date:      2005-04-21 11:24:05 GMT
Modified:  lib/Vend Util.pm
Log:
* Allow finer-grained control of way strings are serialized by IC.

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


rev 2.82, prev_rev 2.81
Index: Util.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Util.pm,v
retrieving revision 2.81
retrieving revision 2.82
diff -u -r2.81 -r2.82
--- Util.pm	14 Apr 2005 15:13:14 -0000	2.81
+++ Util.pm	21 Apr 2005 11:24:05 -0000	2.82
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.81 2005/04/14 15:13:14 mheins Exp $
+# $Id: Util.pm,v 2.82 2005/04/21 11:24:05 mheins Exp $
 # 
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -87,7 +87,7 @@
 use Vend::File;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.81 $, 10);
+$VERSION = substr(q$Revision: 2.82 $, 10);
 
 my $Eval_routine;
 my $Eval_routine_file;
@@ -658,6 +658,7 @@
 # See if Data::Dumper is installed with XSUB
 # If it is, session writes will be about 25-30% faster
 eval {
+		die if $ENV{MINIVEND_NO_DUMPER};
 		require Data::Dumper;
 		import Data::Dumper 'DumperX';
 		$Data::Dumper::Indent = 1;








More information about the interchange-cvs mailing list