Introduce GOVERNANCE document and empty RESOLUTIONS file.
[dbsrgits/DBIx-Class.git] / t / cdbi / testlib / Thing.pm
index d71e22a..7af7aac 100644 (file)
@@ -1,5 +1,9 @@
 package Thing;
-use base 'DBIx::Class::Test::SQLite';
+
+use warnings;
+use strict;
+
+use base 'DBIC::Test::SQLite';
 
 Thing->set_table("thing");
 Thing->columns(All => qw(id that_thing));