X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FSQLMaker%2FSQLite.pm;h=acf0337c5e7364b29d32dd36e0f574c9189ff90b;hb=fabbd5cca97aaef8e605a783c78abc1eaf9bdbae;hp=b3d6d2c8168e6e734ce0d2f4310752b691951568;hpb=e5372da42c1bb393cd2aadde5765a09d64428581;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/SQLMaker/SQLite.pm b/lib/DBIx/Class/SQLMaker/SQLite.pm index b3d6d2c..acf0337 100644 --- a/lib/DBIx/Class/SQLMaker/SQLite.pm +++ b/lib/DBIx/Class/SQLMaker/SQLite.pm @@ -2,11 +2,10 @@ 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 # Disable it here -sub _lock_select { '' }; +sub _lock_select () { '' }; 1;