X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fjoin_type.t;h=f2980e788109827e356f171b407173953d49fea5;hb=2a7875330aa2f812eaa325ce69f0fa1c860771ac;hp=e58af4f9a6232b418f6551d604447401fc26726f;hpb=459669a408682896779b908bc29d6264af8702e3;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/join_type.t b/t/prefetch/join_type.t index e58af4f..f2980e7 100644 --- a/t/prefetch/join_type.t +++ b/t/prefetch/join_type.t @@ -3,8 +3,7 @@ use strict; use Test::More; use lib qw(t/lib); -use DBIC::SqlMakerTest; -use DBICTest; +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();