X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F77join_count.t;h=9de1a83ed7e1d7543ce2d408193876c2b1af12f7;hp=8350e2e8b92d76b5b310d7f2754c1865fc204429;hb=c0329273268971824784f239f32c7246e68da9c5;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639 diff --git a/t/77join_count.t b/t/77join_count.t index 8350e2e..9de1a83 100644 --- a/t/77join_count.t +++ b/t/77join_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; my $schema = DBICTest->init_schema();