X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F76joins.t;h=66e9fb7d96415c33017029e045232c6768c45c8a;hb=a5a7bb733a940db710b7408508374833683a2e79;hp=934e387b00c5959c1d15abfa4c690bdcba1d1a97;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/76joins.t b/t/76joins.t index 934e387..66e9fb7 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -3,8 +3,7 @@ use warnings; use Test::More; use lib qw(t/lib); -use DBICTest; -use DBIC::SqlMakerTest; +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();