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