summaryrefslogtreecommitdiffstats
path: root/config-db/OpenSLX/MetaDB/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-05-11 22:35:04 +0200
committerOliver Tappe2007-05-11 22:35:04 +0200
commit6c9b8c2a7b04f3147a5013209893176fe423582f (patch)
treeee09cbd219d21fc12d6d5fc2f5caded6069dac4f /config-db/OpenSLX/MetaDB/Base.pm
parent* minor cleanup (diff)
downloadcore-6c9b8c2a7b04f3147a5013209893176fe423582f.tar.gz
core-6c9b8c2a7b04f3147a5013209893176fe423582f.tar.xz
core-6c9b8c2a7b04f3147a5013209893176fe423582f.zip
* cleanup in DB-modules
* DBD::CSV is now required to be 0.22 or higher (to circumvent problems on SuSE-9.3) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1046 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'config-db/OpenSLX/MetaDB/Base.pm')
-rw-r--r--config-db/OpenSLX/MetaDB/Base.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/config-db/OpenSLX/MetaDB/Base.pm b/config-db/OpenSLX/MetaDB/Base.pm
index db1f2e7e..ac15ac52 100644
--- a/config-db/OpenSLX/MetaDB/Base.pm
+++ b/config-db/OpenSLX/MetaDB/Base.pm
@@ -16,7 +16,7 @@ package OpenSLX::MetaDB::Base;
use strict;
use vars qw($VERSION);
-$VERSION = 1.01; # API-version . implementation-version
+$VERSION = 1; # API-version
use Carp;