X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F63register_column.t;h=7f5d2c3a148692c2bb22c83ab040c5a4e5022081;hb=HEAD;hp=49d37bb52f5b74c85c88dc8cd6d388769889bc63;hpb=7653fdac491d081ed2915462ed46c7c415bc9b65;p=dbsrgits%2FDBIx-Class.git diff --git a/t/63register_column.t b/t/63register_column.t index 49d37bb..7f5d2c3 100644 --- a/t/63register_column.t +++ b/t/63register_column.t @@ -1,9 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; -use warnings; +use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); + use DBICTest; lives_ok {