X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=blobdiff_plain;f=t%2F99dbic_sqlt_parser.t;h=61202b76462e44990bff5a46eec76b2092d03e70;hp=5ba72a82e728303da16c49e2aa7e35eb97baf6a8;hb=68de943862f06cabd397d2e74d12cd9cdc999779;hpb=67b79ae10d09c925c0e120e9de21758f388c8e70 diff --git a/t/99dbic_sqlt_parser.t b/t/99dbic_sqlt_parser.t index 5ba72a8..61202b7 100644 --- a/t/99dbic_sqlt_parser.t +++ b/t/99dbic_sqlt_parser.t @@ -3,9 +3,6 @@ use warnings; use Test::More; use Test::Exception; -use lib qw(t/lib); -use DBICTest; -use DBICTest::Schema; use Scalar::Util (); BEGIN { @@ -15,6 +12,10 @@ BEGIN { unless DBIx::Class::Optional::Dependencies->req_ok_for ('deploy') } +use lib qw(t/lib); +use DBICTest; +use DBICTest::Schema; + # Test for SQLT-related leaks { my $s = DBICTest::Schema->clone;