X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F106dbic_carp.t;h=171e7db1f546a34e56fd21164ae837d85d43a67f;hb=adcc1df0049e0093cb94c867bd2be8c9fe242a61;hp=f6bd91d8ac0b9efab76e155f41d30185ee677612;hpb=5e7249645ea75d5a9d25f1fdf8a42e0536b03f4e;p=dbsrgits%2FDBIx-Class.git diff --git a/t/106dbic_carp.t b/t/106dbic_carp.t index f6bd91d..171e7db 100644 --- a/t/106dbic_carp.t +++ b/t/106dbic_carp.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; @@ -7,7 +9,7 @@ BEGIN { $ENV{DBIC_TRACE} = 0 } use Test::More; use Test::Warn; use Test::Exception; -use lib 't/lib'; + use DBICTest; use DBIx::Class::Carp;