From 9b4267617549205fe79f995470b17a2d43b9ef48 Mon Sep 17 00:00:00 2001 From: Stefan Hornburg Date: Tue, 3 Apr 2001 07:55:33 +0000 Subject: [PATCH] merged changes 1.3 vs 1.4 --- lib/Vend/Table/InMemory.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/Vend/Table/InMemory.pm b/lib/Vend/Table/InMemory.pm index dae3adce9..c9664ffa4 100644 --- a/lib/Vend/Table/InMemory.pm +++ b/lib/Vend/Table/InMemory.pm @@ -1,6 +1,6 @@ # Table/InMemory.pm: store a table in memory # -# $Id: InMemory.pm,v 1.3 2000-09-25 15:51:58 heins Exp $ +# $Id: InMemory.pm,v 1.3.4.1 2001-04-03 07:55:33 racke Exp $ # # Copyright (C) 1996-2000 Akopia, Inc. # @@ -28,7 +28,7 @@ package Vend::Table::InMemory; use Vend::Table::Common; @ISA = qw/Vend::Table::Common/; -$VERSION = substr(q$Revision: 1.3 $, 10); +$VERSION = substr(q$Revision: 1.3.4.1 $, 10); use strict; # 0: column names @@ -214,6 +214,7 @@ sub ref { } # Unfortunate hack need for Safe searches +*test_column = \&Vend::Table::Common::test_column; *column_index = \&Vend::Table::Common::column_index; *field = \&Vend::Table::Common::field; *numeric = \&Vend::Table::Common::numeric;