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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Mon Oct 8 04:16:00 2001


User:      racke
Date:      2001-10-08 08:15:28 GMT
Modified:  lib/Vend Config.pm
Log:
The documentation states that StaticPage is an array of page
names and this makes sense anyway, so I fixed this.

Revision  Changes    Path
2.8       +3 -3      interchange/lib/Vend/Config.pm


rev 2.8, prev_rev 2.7
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 2.7
retrieving revision 2.8
diff -u -r2.7 -r2.8
--- Config.pm	2001/10/07 11:55:29	2.7
+++ Config.pm	2001/10/08 08:15:26	2.8
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.7 2001/10/07 11:55:29 racke Exp $
+# $Id: Config.pm,v 2.8 2001/10/08 08:15:26 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.7 $, 10);
+$VERSION = substr(q$Revision: 2.8 $, 10);
 
 my %CDname;
 
@@ -491,7 +491,7 @@
 	['UserDatabase',	 undef,		     	 ''],  #undocumented
 	['RobotLimit',		 'integer',		      0],
 	['OrderLineLimit',	 'integer',		      0],
-	['StaticPage',		 'boolean',     	 ''],
+	['StaticPage',		 'array',     	     ''],
 	['StaticPath',		 undef,     	     '/'],
 	['StaticPattern',	 'regex',     	     ''],
 	['StaticSuffix',	 undef,     	     '.html'],