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

interchange-cvs at icdevgroup.org interchange-cvs at icdevgroup.org
Wed Aug 20 20:23:00 EDT 2003


User:      heins
Date:      2003-08-20 23:23:30 GMT
Modified:  lib/Vend/Table SDBM.pm
Log:
* Remove duplicate $VERSION setting.

Revision  Changes    Path
2.11      +2 -3      interchange/lib/Vend/Table/SDBM.pm


rev 2.11, prev_rev 2.10
Index: SDBM.pm
===================================================================
RCS file: /var/cvs/interchange/lib/Vend/Table/SDBM.pm,v
retrieving revision 2.10
retrieving revision 2.11
diff -u -r2.10 -r2.11
--- SDBM.pm	4 Aug 2003 05:11:20 -0000	2.10
+++ SDBM.pm	20 Aug 2003 23:23:30 -0000	2.11
@@ -1,6 +1,6 @@
 # Vend::Table::SDBM - Access an Interchange table stored in Perl's internal SDBM
 #
-# $Id: SDBM.pm,v 2.10 2003/08/04 05:11:20 mheins Exp $
+# $Id: SDBM.pm,v 2.11 2003/08/20 23:23:30 mheins Exp $
 #
 # Copyright (C) 2002-2003 Interchange Development Group
 # Copyright (C) 1996-2002 Red Hat, Inc.
@@ -24,7 +24,6 @@
 # MA  02111-1307  USA.
 
 package Vend::Table::SDBM;
-$VERSION = substr(q$Revision: 2.10 $, 10);
 use strict;
 use Fcntl;
 use SDBM_File;
@@ -32,7 +31,7 @@
 use Vend::Table::Common;
 
 @ISA = qw(Vend::Table::Common);
-$VERSION = substr(q$Revision: 2.10 $, 10);
+$VERSION = substr(q$Revision: 2.11 $, 10);
 
 sub create {
 	my ($class, $config, $columns, $filename) = @_;







More information about the interchange-cvs mailing list