Add strict/warnings test, adjust all offenders (wow, that was a lot)
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / OtherThing.pm
index 08c31ba..698b342 100644 (file)
@@ -1,5 +1,9 @@
 package OtherThing;
-use base 'DBIx::Class::Test::SQLite';
+
+use warnings;
+use strict;
+
+use base 'DBIC::Test::SQLite';
 
 OtherThing->set_table("other_thing");
 OtherThing->columns(All => qw(id));