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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Oct 8 11:12:00 2001


User:      racke
Date:      2001-10-08 15:11:39 GMT
Modified:  lib/Vend Tag: STABLE_4_8-branch Config.pm
Log:
merged changes 2.8 vs 2.9

Revision  Changes    Path
No                   revision



No                   revision



2.2.2.2   +3 -3      interchange/lib/Vend/Config.pm


rev 2.2.2.2, prev_rev 2.2.2.1
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 2.2.2.1
retrieving revision 2.2.2.2
diff -u -r2.2.2.1 -r2.2.2.2
--- Config.pm	2001/10/08 09:03:15	2.2.2.1
+++ Config.pm	2001/10/08 15:11:39	2.2.2.2
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.2.2.1 2001/10/08 09:03:15 racke Exp $
+# $Id: Config.pm,v 2.2.2.2 2001/10/08 15:11:39 racke Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -95,7 +95,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.2.2.1 $, 10);
+$VERSION = substr(q$Revision: 2.2.2.2 $, 10);
 
 my %CDname;
 
@@ -487,7 +487,7 @@
 	['UserDatabase',	 undef,		     	 ''],  #undocumented
 	['RobotLimit',		 'integer',		      0],
 	['OrderLineLimit',	 'integer',		      0],
-	['StaticPage',		 'array',     	     ''],
+	['StaticPage',		 'boolean',     	     ''],
 	['StaticPath',		 undef,     	     '/'],
 	['StaticPattern',	 'regex',     	     ''],
 	['StaticSuffix',	 undef,     	     '.html'],