X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F60core.t;h=62299c32294b5b802cb39a16f7b52f776c6157ed;hb=ba7892a8c4d3db99f2a459b536a2a5db3a1ffa67;hp=f2e363abde448099dcabd7c791ec55180995531b;hpb=fb88ca2c952ef2e17f6e8a414079f12f71761ff7;p=dbsrgits%2FDBIx-Class.git diff --git a/t/60core.t b/t/60core.t index f2e363a..62299c3 100644 --- a/t/60core.t +++ b/t/60core.t @@ -5,8 +5,7 @@ use Test::More; use Test::Exception; use Test::Warn; use lib qw(t/lib); -use DBICTest; -use DBIC::SqlMakerTest; +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();