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

interchange-core@icdevgroup.org interchange-core@icdevgroup.org
Thu Apr 17 20:52:00 2003


User:      heins
Date:      2003-04-18 00:51:53 GMT
Modified:  scripts  interchange.PL
Log:
* Remove attempt to unimport Config (to save a small amount of memory)
  because it causes Perl 5.6.0 to die.

Revision  Changes    Path
2.70      +3 -2      interchange/scripts/interchange.PL


rev 2.70, prev_rev 2.69
Index: interchange.PL
===================================================================
RCS file: /var/cvs/interchange/scripts/interchange.PL,v
retrieving revision 2.69
retrieving revision 2.70
diff -u -r2.69 -r2.70
--- interchange.PL	8 Apr 2003 22:47:07 -0000	2.69
+++ interchange.PL	18 Apr 2003 00:51:53 -0000	2.70
@@ -3,7 +3,7 @@
 #
 # Interchange version 4.9.7
 #
-# $Id: interchange.PL,v 2.69 2003/04/08 22:47:07 mheins Exp $
+# $Id: interchange.PL,v 2.70 2003/04/18 00:51:53 mheins Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. and others.
 # http://www.icdevgroup.org/
@@ -43,7 +43,8 @@
 	}
 }
 
-no Config;
+## Comment this back in when we remove support for Perl 5.6.0
+#no Config;
 
 BEGIN {
 	$Global::Foreground = 1;