X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLMaker%2FSQLite.pm;h=acf0337c5e7364b29d32dd36e0f574c9189ff90b;hb=96eacdb705e37cca2a5a420ec92e353d0d8823b9;hp=50acef24926d9d6d7ca136cb4d17bd94391bc600;hpb=1645dd485bc5f015c46beaa9e92bc0ca9f52a836;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/SQLMaker/SQLite.pm b/lib/DBIx/Class/SQLMaker/SQLite.pm index 50acef2..acf0337 100644 --- a/lib/DBIx/Class/SQLMaker/SQLite.pm +++ b/lib/DBIx/Class/SQLMaker/SQLite.pm @@ -2,7 +2,6 @@ package # Hide from PAUSE DBIx::Class::SQLMaker::SQLite; use base qw( DBIx::Class::SQLMaker ); -use Carp::Clan qw/^DBIx::Class|^SQL::Abstract/; # # SQLite does not understand SELECT ... FOR UPDATE