Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / Thing.pm
index 4080b66..7af7aac 100644 (file)
@@ -1,4 +1,8 @@
 package Thing;
+
+use warnings;
+use strict;
+
 use base 'DBIC::Test::SQLite';
 
 Thing->set_table("thing");