Fix 'timestamp with time zone' columns for IC::DT inflation
[dbsrgits/DBIx-Class-Historic.git] / t / lib / DBICTest / Schema / Link.pm
index 5343122..bf6d623 100644 (file)
@@ -1,7 +1,7 @@
 package # hide from PAUSE
     DBICTest::Schema::Link;
 
-use base 'DBIx::Class::Core';
+use base qw/DBICTest::BaseResult/;
 
 use strict;
 use warnings;