X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fupdate%2Ftype_aware.t;h=eb8ac26c369a232019f23d582f00e21a73ea8f15;hb=8aae794001ecccdb26c2bbd1b92c97bba9e65d79;hp=fd58319d689db99b5b7597fcb1fe8ae432fcb4fd;hpb=8273e845426f0187b4ad6c4a1b42286fa09a648f;p=dbsrgits%2FDBIx-Class.git diff --git a/t/update/type_aware.t b/t/update/type_aware.t index fd58319..eb8ac26 100644 --- a/t/update/type_aware.t +++ b/t/update/type_aware.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; my $schema = DBICTest->init_schema();