X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Fcore_quoted.t;h=e90befeb8e38a09b3d2a1dc1eeb6774d44380423;hb=a5a7bb733a940db710b7408508374833683a2e79;hp=53ce03bdb135224f7d75fa8d4b558227373c76f8;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/core_quoted.t b/t/sqlmaker/core_quoted.t index 53ce03b..e90befe 100644 --- a/t/sqlmaker/core_quoted.t +++ b/t/sqlmaker/core_quoted.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();