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