Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLAHacks / SQLite.pm
index 937cbf6..c9e4ad7 100644 (file)
@@ -1,6 +1,9 @@
 package # Hide from PAUSE
   DBIx::Class::SQLAHacks::SQLite;
 
+use warnings;
+use strict;
+
 use base qw( DBIx::Class::SQLMaker::SQLite );
 
 1;