X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fgrouped.t;h=a1b98605796e5a97a5571c1b00120302d5637f61;hb=a5a7bb733a940db710b7408508374833683a2e79;hp=c9a91c411b1807c6867bbf11c8e37094b3fc2a4a;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/grouped.t b/t/prefetch/grouped.t index c9a91c4..a1b9860 100644 --- a/t/prefetch/grouped.t +++ b/t/prefetch/grouped.t @@ -4,8 +4,7 @@ use warnings; use Test::More; use lib qw(t/lib); -use DBICTest; -use DBIC::SqlMakerTest; +use DBICTest ':DiffSQL'; use DBIx::Class::SQLMaker::LimitDialects; my $ROWS = DBIx::Class::SQLMaker::LimitDialects->__rows_bindtype;