X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fcount.t;h=8a32b4108372bc097f665c8c9da67fb1bbf791dc;hb=b090048f6d8bd2cba0bae8ea7ec26459dd20dca8;hp=8fb2442a5ae29fb6773099478af86d21713fb080;hpb=49eeb48de3d8ff685926b595fa0f3f5e680eaee2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/count.t b/t/prefetch/count.t index 8fb2442..8a32b41 100644 --- a/t/prefetch/count.t +++ b/t/prefetch/count.t @@ -1,10 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); -use DBICTest; -use DBIC::SqlMakerTest; + +use DBICTest ':DiffSQL'; my $schema = DBICTest->init_schema();