X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fresultset%2Fas_query.t;h=3b43e9c2f955cb103f709ff5d0ff687fd0fe3a4b;hb=a5a7bb733a940db710b7408508374833683a2e79;hp=39bf88ce74f7417c45936a55571448b45134545e;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/resultset/as_query.t b/t/resultset/as_query.t index 39bf88c..3b43e9c 100644 --- a/t/resultset/as_query.t +++ b/t/resultset/as_query.t @@ -4,8 +4,7 @@ use warnings; use Test::More; use lib qw(t/lib); -use DBICTest; -use DBIC::SqlMakerTest; +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema(); my $art_rs = $schema->resultset('Artist');