Add default resultclass/resultsetclass to the entire test schema, as I am tired of...
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / Schema / Owners.pm
index acaf5ed..38aa025 100644 (file)
@@ -1,7 +1,7 @@
 package # hide from PAUSE \r
     DBICTest::Schema::Owners;\r
 \r
-use base qw/DBIx::Class::Core/;\r
+use base qw/DBICTest::BaseResult/;\r
 \r
 __PACKAGE__->table('owners');\r
 __PACKAGE__->add_columns(\r