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