X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fmulti_create%2Fcd_single.t;h=2549cb7e326a6a8781f8e934ffe7bed504e8ecd3;hb=7dc14bc09910cb750e5fe503dfa18a97eed490d1;hp=4d213c7afebd2216315efb9319ed56c2bed3671b;hpb=89bddb490d9a159ebf4e08ec99e5651d76ec5ad4;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/multi_create/cd_single.t b/t/multi_create/cd_single.t index 4d213c7..2549cb7 100644 --- a/t/multi_create/cd_single.t +++ b/t/multi_create/cd_single.t @@ -1,9 +1,10 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use Test::Exception; -use lib qw(t/lib); + use DBICTest; my $schema = DBICTest->init_schema();