diff options
Diffstat (limited to 'config-db/OpenSLX/MetaDB/SQLite.pm')
| -rw-r--r-- | config-db/OpenSLX/MetaDB/SQLite.pm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config-db/OpenSLX/MetaDB/SQLite.pm b/config-db/OpenSLX/MetaDB/SQLite.pm index 3af72128..5f8afe15 100644 --- a/config-db/OpenSLX/MetaDB/SQLite.pm +++ b/config-db/OpenSLX/MetaDB/SQLite.pm @@ -1,3 +1,9 @@ +# SQLite.pm - provides SQLite-specific overrides of the OpenSLX MetaDB API. +# +# (c) 2006 - OpenSLX.com +# +# Oliver Tappe <ot@openslx.com> +# package OpenSLX::MetaDB::SQLite; use vars qw(@ISA $VERSION); |
