X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsearch%2Frelated_strip_prefetch.t;h=cf80061bc21523acf8650da6b24a7508c63511e7;hb=b090048f6d8bd2cba0bae8ea7ec26459dd20dca8;hp=19d534eb845291612dc4a447f444d2c961f7b571;hpb=a0034ff6946ef2782a34d5c1f333eb448833e46f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/search/related_strip_prefetch.t b/t/search/related_strip_prefetch.t index 19d534e..cf80061 100644 --- a/t/search/related_strip_prefetch.t +++ b/t/search/related_strip_prefetch.t @@ -1,11 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); -use DBIC::SqlMakerTest; -use DBICTest; + +use DBICTest ':DiffSQL'; use DBIx::Class::SQLMaker::LimitDialects; my $ROWS = DBIx::Class::SQLMaker::LimitDialects->__rows_bindtype;