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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Sun Feb 3 01:42:00 2002


User:      heins
Date:      2002-02-03 06:41:08 GMT
Modified:  lib/Vend Config.pm
Log:
	* Fix typo (str_len vs. str_length) found by Tim Murphy, causing problems
	  with UPS codes different than 3 characters in length.

	* Add a Description parameter to CodeDef/UserTag definitions so that
	  Filter, OrderCheck, and Widget can have a listing of types/functions.

Revision  Changes    Path
2.33      +1 -0      interchange/lib/Vend/Config.pm


rev 2.33, prev_rev 2.32
Index: Config.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Config.pm,v
retrieving revision 2.32
retrieving revision 2.33
diff -u -r2.32 -r2.33
--- Config.pm	2 Feb 2002 18:59:34 -0000	2.32
+++ Config.pm	3 Feb 2002 06:41:08 -0000	2.33
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.32 2002/02/02 18:59:34 mheins Exp $
+# $Id: Config.pm,v 2.33 2002/02/03 06:41:08 mheins Exp $
 #
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -44,7 +44,7 @@
 use Vend::Parse;
 use Vend::Util;
 
-$VERSION = substr(q$Revision: 2.32 $, 10);
+$VERSION = substr(q$Revision: 2.33 $, 10);
 
 my %CDname;
 
@@ -3070,6 +3070,7 @@
 	addattr  		addAttr
 	attralias		attrAlias
 	cannest			canNest
+	description  	Description
 	documentation	Documentation
 	endhtml			endHTML
 	gobble			Gobble