X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F95sql_maker.t;h=0f7dda87196f5450f2c7211fd6b9aea4c9b483dd;hb=0ab4d12d64c3711ad2f428bff1b7a363f03f1b83;hp=574e953a80608c1915116b997957ca870f772e5e;hpb=949172b0fa30a832d268c3f55f97247a10742314;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/95sql_maker.t b/t/95sql_maker.t index 574e953..0f7dda8 100644 --- a/t/95sql_maker.t +++ b/t/95sql_maker.t @@ -2,8 +2,9 @@ use strict; use warnings; use Test::More; -use DBIC::SqlMakerTest; +use lib qw(t/lib); +use DBIC::SqlMakerTest; BEGIN { eval "use DBD::SQLite"; @@ -12,8 +13,6 @@ BEGIN { : ( tests => 3 ); } -use lib qw(t/lib); - use_ok('DBICTest'); my $schema = DBICTest->init_schema();