X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fjoin_type.t;fp=t%2Fprefetch%2Fjoin_type.t;h=f2980e788109827e356f171b407173953d49fea5;hb=a5a7bb733a940db710b7408508374833683a2e79;hp=ac839f09e0f26483fafca79e0dac9b346cf1b1b0;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/join_type.t b/t/prefetch/join_type.t index ac839f0..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 DBICTest; -use DBIC::SqlMakerTest; +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();