X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=cgi-files%2FModules%2FDatabase%2FSQLite.pm;h=1fa3a9a06d110eb3739599cc4b127769f8d253b2;hb=0079f1504cf54bcd3955157235922a75318581f3;hp=f179a623883639c9367bb4b66d7588c44e809475;hpb=fae62c16cf66ea474ae619b0abf1b5e4af048978;p=kiriwrite%2F.git diff --git a/cgi-files/Modules/Database/SQLite.pm b/cgi-files/Modules/Database/SQLite.pm index f179a62..1fa3a9a 100644 --- a/cgi-files/Modules/Database/SQLite.pm +++ b/cgi-files/Modules/Database/SQLite.pm @@ -30,7 +30,7 @@ use warnings; # Load the following Perl modules. -use DBI; +use DBI qw(:sql_types); # Set the following values.