X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsqlmaker%2Fnest_deprec.t;h=f00443ad15aee574c2f332cb273a6db002045b89;hb=a63c42fc0b2844ff59bc86719fbe2c779067f171;hp=98f115763253ecc18da081296916d53743da60db;hpb=b1d821deddb9183fb96810d71a046ee8abe71d13;p=dbsrgits%2FDBIx-Class.git diff --git a/t/sqlmaker/nest_deprec.t b/t/sqlmaker/nest_deprec.t index 98f1157..f00443a 100644 --- a/t/sqlmaker/nest_deprec.t +++ b/t/sqlmaker/nest_deprec.t @@ -5,10 +5,9 @@ use Test::More; use Test::Warn; use lib qw(t/lib); +use DBICTest; use DBIC::SqlMakerTest; -use_ok('DBICTest'); - my $schema = DBICTest->init_schema(); my $sql_maker = $schema->storage->sql_maker;