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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon Feb 14 01:33:17 EST 2005


User:      danb
Date:      2005-02-14 06:33:16 GMT
Modified:  lib/Vend Config.pm
Log:
* Add corresponding directive for new ErrorDestination feature Mike added recently.

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


rev 2.156, prev_rev 2.155
Index: Config.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Config.pm,v
retrieving revision 2.155
retrieving revision 2.156
diff -u -r2.155 -r2.156
--- Config.pm	3 Feb 2005 14:52:19 -0000	2.155
+++ Config.pm	14 Feb 2005 06:33:16 -0000	2.156
@@ -1,6 +1,6 @@
 # Vend::Config - Configure Interchange
 #
-# $Id: Config.pm,v 2.155 2005/02/03 14:52:19 docelic Exp $
+# $Id: Config.pm,v 2.156 2005/02/14 06:33:16 danb Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -49,7 +49,7 @@
 use Vend::File;
 use Vend::Data;
 
-$VERSION = substr(q$Revision: 2.155 $, 10);
+$VERSION = substr(q$Revision: 2.156 $, 10);
 
 my %CDname;
 my %CPname;
@@ -560,6 +560,7 @@
 	['Levies',		 	 'array',     	 	 ''],
 	['Levy',		 	 'locale',     	 	 ''],
 	['AutoVariable',	 'autovar',     	 ''],
+	['ErrorDestination', 'hash',             '']
 
 	];
 








More information about the interchange-cvs mailing list