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

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Fri Dec 28 12:19:00 2001


User:      heins
Date:      2001-12-28 17:18:39 GMT
Modified:  lib/Vend Util.pm
Log:
	* One more change for AliasTable.

Revision  Changes    Path
2.11      +6 -2      interchange/lib/Vend/Util.pm


rev 2.11, prev_rev 2.10
Index: Util.pm
===================================================================
RCS file: /anon_cvs/repository/interchange/lib/Vend/Util.pm,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- Util.pm	2001/11/26 18:12:10	2.10
+++ Util.pm	2001/12/28 17:18:39	2.11
@@ -1,6 +1,6 @@
 # Vend::Util - Interchange utility functions
 #
-# $Id: Util.pm,v 2.10 2001/11/26 18:12:10 mheins Exp $
+# $Id: Util.pm,v 2.11 2001/12/28 17:18:39 mheins Exp $
 # 
 # Copyright (C) 1996-2001 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -80,7 +80,7 @@
 use Safe;
 use subs qw(logError logGlobal);
 use vars qw($VERSION @EXPORT @EXPORT_OK);
-$VERSION = substr(q$Revision: 2.10 $, 10);
+$VERSION = substr(q$Revision: 2.11 $, 10);
 
 BEGIN {
 	eval {
@@ -890,6 +890,10 @@
 
 sub readin {
     my($file, $only) = @_;
+
+	## We don't want to try if we are forcing a flypage
+	return undef if $Vend::ForceFlypage;
+
     my($fn, $contents, $gate, $pathdir, $dir, $level);
     local($/);