Remove last remaining accesses to ->VERSION in lib
[dbsrgits/DBIx-Class.git] / t / search / select_chains_unbalanced.t
index b803c0f..63de73c 100644 (file)
@@ -5,9 +5,7 @@ use Test::More;
 use Test::Exception;
 
 use lib qw(t/lib);
-use DBIC::SqlMakerTest;
-use DBICTest;
-
+use DBICTest ':DiffSQL';
 
 my $schema = DBICTest->init_schema();