X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F95sql_maker_quote.t;h=4fa987bfef4159d091e3734ac599e0c0ceb0fd86;hb=64e34b4b2e12ed7db1580eb73d0298319655f559;hp=eab86cb9713b33b7f10a336565c33a4b6cca091c;hpb=7ec9e4cf34fc46918bbca107495568f220a403fa;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/95sql_maker_quote.t b/t/95sql_maker_quote.t index eab86cb..4fa987b 100644 --- a/t/95sql_maker_quote.t +++ b/t/95sql_maker_quote.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 => 12 ); } -use lib qw(t/lib); - use_ok('DBICTest'); my $schema = DBICTest->init_schema();