X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F100populate.t;h=2817e5b2b84eedcf1b6447bd6a7e6e871d042e31;hb=f4dc39d649672ff4452cf827ca204a1e937bc8b7;hp=4b7f9292d3d3d2e11631c3929dcbeacafa79b566;hpb=096ab902adff61f687a3bf39b7d47c4c9a1fce80;p=dbsrgits%2FDBIx-Class.git diff --git a/t/100populate.t b/t/100populate.t index 4b7f929..2817e5b 100644 --- a/t/100populate.t +++ b/t/100populate.t @@ -1,10 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; use Test::Exception; use Test::Warn; -use lib qw(t/lib); + use DBICTest; use DBIx::Class::_Util qw(sigwarn_silencer serialize); use Math::BigInt;