X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F19quotes.t;h=d8ba469d745e2d92563dc0754e2f8a024d6e21f6;hb=f623c6ee5de411b8a231abf80f65b33a117878a3;hp=6bd8acf6b5f9b08fcad33e7f9b1d83161089a930;hpb=67e1ac6d25851f53d1a0e2264313e29d8e4bb3b2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/19quotes.t b/t/19quotes.t index 6bd8acf..d8ba469 100644 --- a/t/19quotes.t +++ b/t/19quotes.t @@ -3,6 +3,8 @@ use warnings; use Test::More; use IO::File; + +use lib qw(t/lib); use DBIC::SqlMakerTest; BEGIN { @@ -12,7 +14,6 @@ BEGIN { : ( tests => 7 ); } -use lib qw(t/lib); use_ok('DBICTest'); use_ok('DBIC::DebugObj');