X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2Fprefetch%2Fwith_limit.t;h=5b1bb83ceff5644360d0c1e1b63cd312d87c90bf;hp=28b3b8a89ebadb470ff2720c1740184f749a59f8;hb=c0329273268971824784f239f32c7246e68da9c5;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639 diff --git a/t/prefetch/with_limit.t b/t/prefetch/with_limit.t index 28b3b8a..5b1bb83 100644 --- a/t/prefetch/with_limit.t +++ b/t/prefetch/with_limit.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + # Test to ensure we get a consistent result set wether or not we use the # prefetch option in combination rows (LIMIT). use strict; @@ -5,7 +7,7 @@ use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); + use DBICTest ':DiffSQL'; use DBIx::Class::SQLMaker::LimitDialects;