X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F33exception_wrap.t;h=0acc6901f7906420b4e693878eed004b40388de8;hb=eab44f5277e5f7f479528b80beba4c306e75af54;hp=3b351ab9d4b09348c55c94c2ef1fc29099adda66;hpb=35cf7d1af791226b0acfea95828c003e64bf4975;p=dbsrgits%2FDBIx-Class.git diff --git a/t/33exception_wrap.t b/t/33exception_wrap.t index 3b351ab..0acc690 100644 --- a/t/33exception_wrap.t +++ b/t/33exception_wrap.t @@ -1,3 +1,5 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; @@ -5,8 +7,6 @@ use Test::More; use Test::Exception; use Test::Warn; -use lib qw(t/lib); - use DBICTest; my $schema = DBICTest->init_schema;