X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F63register_source.t;h=b4eb206d3bd8fb9644c8ca01b82443bd7ea4a050;hb=3aac91f35f319b3bf6bad743d956f037ba857012;hp=017ca643d62e379b87546696f0ec8d9fb9aab097;hpb=2c2bc4e58c2146670960fc1a0a2ae802cb650506;p=dbsrgits%2FDBIx-Class.git diff --git a/t/63register_source.t b/t/63register_source.t index 017ca64..b4eb206 100644 --- a/t/63register_source.t +++ b/t/63register_source.t @@ -1,9 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::Exception tests => 1; -use lib qw(t/lib); + use DBICTest; +use DBICTest::Schema; use DBIx::Class::ResultSource::Table; my $schema = DBICTest->init_schema();