[interchange-cvs] interchange - racke modified lib/Vend/Data.pm

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Tue Dec 9 06:05:41 EST 2003


User:      racke
Date:      2003-12-09 11:05:41 GMT
Modified:  lib/Vend Data.pm
Log:
Allow multiline values for [scratch mv_data_enable].

Revision  Changes    Path
2.33      +2 -2      interchange/lib/Vend/Data.pm


rev 2.33, prev_rev 2.32
Index: Data.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Data.pm,v
retrieving revision 2.32
retrieving revision 2.33
diff -u -r2.32 -r2.33
--- Data.pm	5 Nov 2003 17:12:57 -0000	2.32
+++ Data.pm	9 Dec 2003 11:05:41 -0000	2.33
@@ -1,6 +1,6 @@
 # Vend::Data - Interchange databases
 #
-# $Id: Data.pm,v 2.32 2003/11/05 17:12:57 mheins Exp $
+# $Id: Data.pm,v 2.33 2003/12/09 11:05:41 racke Exp $
 # 
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -1814,7 +1814,7 @@
 
 	my $en_col;
 #::logDebug("data_enable=$::Scratch->{mv_data_enable}, checking");
-	if($::Scratch->{mv_data_enable} =~ /^(\w+):(.*?):/) {
+	if($::Scratch->{mv_data_enable} =~ /^(\w+):(.*?):/s) {
 		# check for single key and possible set of columns
 		my $en_table = $1;
 		$en_col   = $2;








More information about the interchange-cvs mailing list