[interchange-cvs] interchange - heins modified scripts/configdump.PL

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Mon May 16 16:01:22 EDT 2005


User:      heins
Date:      2005-05-16 20:01:22 GMT
Modified:  scripts  configdump.PL
Log:
* Make this program work.

* Consider removing this script? Unknown how useful it is, as
  multi-line values are output without markers.

Revision  Changes    Path
2.3       +2 -1      interchange/scripts/configdump.PL


rev 2.3, prev_rev 2.2
Index: configdump.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/configdump.PL,v
retrieving revision 2.2
retrieving revision 2.3
diff -u -r2.2 -r2.3
--- configdump.PL	27 Jun 2002 18:55:50 -0000	2.2
+++ configdump.PL	16 May 2005 20:01:22 -0000	2.3
@@ -3,7 +3,7 @@
 #
 # Interchange configuration dumper
 #
-# $Id: configdump.PL,v 2.2 2002/06/27 18:55:50 jon Exp $
+# $Id: configdump.PL,v 2.3 2005/05/16 20:01:22 mheins Exp $
 #
 # Copyright 1999-2002 by Stefan Hornburg <racke at linuxia.de>
 #
@@ -29,6 +29,7 @@
 
 use strict;
 use Vend::Config;
+use Vend::Dispatch;
 use Vend::Util;
 
 BEGIN {








More information about the interchange-cvs mailing list