X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FDXSql%2FSQLite.pm;h=d151f82e31ac314adae64d4982e13aa93e1b7084;hb=refs%2Fheads%2Fnewpc92timings;hp=834b4b66e798447a423b6ca246f704041949520c;hpb=7b9256ceade8b18b48f848c9ac659c2de7322b0b;p=spider.git diff --git a/perl/DXSql/SQLite.pm b/perl/DXSql/SQLite.pm index 834b4b66..d151f82e 100644 --- a/perl/DXSql/SQLite.pm +++ b/perl/DXSql/SQLite.pm @@ -3,7 +3,7 @@ # # Stuff like table creates and (later) alters # -# $Id$ +# # # Copyright (c) 2005 Dirk Koopman G1TLH # @@ -12,6 +12,7 @@ package DXSql::SQLite; use DXDebug; +use vars qw(@ISA); @ISA = qw{DXSql}; sub show_tables