X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=xt%2Fextra%2Fmulticreate_opcount.t;h=06369d92844be23e39a5778c90bdb5e47f27ba3c;hp=4184f06e0a7d86708744625cb2eb3ca4c7e56d1e;hb=c0329273268971824784f239f32c7246e68da9c5;hpb=e3be2b6ff05d6794ccd8807af8cb494403690639 diff --git a/xt/extra/multicreate_opcount.t b/xt/extra/multicreate_opcount.t index 4184f06..06369d9 100644 --- a/xt/extra/multicreate_opcount.t +++ b/xt/extra/multicreate_opcount.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; @@ -7,7 +9,7 @@ BEGIN { } use Test::Exception; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();