Fasterize
Peter Rabbitson [Thu, 6 Jan 2011 08:59:12 +0000 (09:59 +0100)]
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;