Fasterize
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker / SQLite.pm
index b3d6d2c..50acef2 100644 (file)
@@ -7,6 +7,6 @@ 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;