X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmulti_create%2Ftorture.t;h=269a0621daae19577eb242301448d75bdf481631;hb=51ec03826afb5b20a686a7303bc55c42f4715945;hp=79338d7f6a444e62a9a49df44bc46b2cf640ef40;hpb=a0034ff6946ef2782a34d5c1f333eb448833e46f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/multi_create/torture.t b/t/multi_create/torture.t index 79338d7..269a062 100644 --- a/t/multi_create/torture.t +++ b/t/multi_create/torture.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; plan tests => 23;