Mostly refactored everything to select/update/delete off storage handle
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQL / Abstract.pm
index 893e8c8..a0740c2 100644 (file)
@@ -1,5 +1,8 @@
 package DBIx::Class::SQL::Abstract;
 
+use strict;
+use warnings;
+
 # Many thanks to SQL::Abstract, from which I stole most of this
 
 sub _debug { }