[interchange-cvs] interchange - jon modified lib/Vend/Table/InMemory.pm

interchange-core@interchange.redhat.com interchange-core@interchange.redhat.com
Wed Jun 26 19:48:01 2002


User:      jon
Date:      2002-06-26 23:47:35 GMT
Modified:  lib/Vend/Table InMemory.pm
Log:
Don't import config and columns subs from Vend::Table::Common, since we
overwrite them in this module. This avoids these warnings seen at startup
time if warnings are turned on:

Subroutine config redefined at /home/jon/ixix/lib/Vend/Table/InMemory.pm line 56.
Subroutine columns redefined at /home/jon/ixix/lib/Vend/Table/InMemory.pm line 121.

Revision  Changes    Path
2.6       +3 -3      interchange/lib/Vend/Table/InMemory.pm


rev 2.6, prev_rev 2.5
Index: InMemory.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/InMemory.pm,v
retrieving revision 2.5
retrieving revision 2.6
diff -u -u -r2.5 -r2.6
--- InMemory.pm	17 Jun 2002 22:24:12 -0000	2.5
+++ InMemory.pm	26 Jun 2002 23:47:34 -0000	2.6
@@ -1,6 +1,6 @@
 # Vend::Table::InMemory - Store an Interchange table in memory
 #
-# $Id: InMemory.pm,v 2.5 2002/06/17 22:24:12 jon Exp $
+# $Id: InMemory.pm,v 2.6 2002/06/26 23:47:34 jon Exp $
 #
 # Copyright (C) 1996-2002 Red Hat, Inc. <interchange@redhat.com>
 #
@@ -23,9 +23,9 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::InMemory;
-use Vend::Table::Common;
+use Vend::Table::Common qw(!config !columns);
 @ISA = qw/Vend::Table::Common/;
-$VERSION = substr(q$Revision: 2.5 $, 10);
+$VERSION = substr(q$Revision: 2.6 $, 10);
 use strict;
 
 # 0: column names