Added use strict / use warnings everywhere it was missing
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Test / SQLite.pm
index 97642ce..e5bc012 100644 (file)
@@ -31,6 +31,7 @@ table, and tie it to the class.
 =cut
 
 use strict;
+use warnings;
 
 use base qw/DBIx::Class/;