Skip to content

Commit

Permalink
merged changes 1.3 vs 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
racke committed Apr 3, 2001
1 parent 11d58fc commit 9b42676
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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. <info@akopia.com>
#
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9b42676

Please sign in to comment.