X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcount%2Fin_subquery.t;h=765815d9fd46b13b668bf5ef881b37757fb77cc2;hb=c0329273268971824784f239f32c7246e68da9c5;hp=85f48d083d30cf3eb7f159259713ecdd2f4cfd38;hpb=a5a7bb733a940db710b7408508374833683a2e79;p=dbsrgits%2FDBIx-Class.git diff --git a/t/count/in_subquery.t b/t/count/in_subquery.t index 85f48d0..765815d 100644 --- a/t/count/in_subquery.t +++ b/t/count/in_subquery.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();