X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F19quotes_newstyle.t;h=748b11295c2a68e88c317472891f371479952b61;hb=c61a0748004eaaeb8207dc8a933ed5213ccce3e6;hp=1290e11225d93ffee5b1df56b4c4ba03216a3344;hpb=1f63557139ca6aa9b229de220ce8360b89325deb;p=dbsrgits%2FDBIx-Class.git diff --git a/t/19quotes_newstyle.t b/t/19quotes_newstyle.t index 1290e11..748b112 100644 --- a/t/19quotes_newstyle.t +++ b/t/19quotes_newstyle.t @@ -3,6 +3,8 @@ use warnings; use Test::More; use IO::File; + +use lib qw(t/lib); use DBIC::SqlMakerTest; BEGIN { @@ -12,8 +14,6 @@ BEGIN { : ( tests => 7 ); } -use lib qw(t/lib); - use_ok('DBICTest'); use_ok('DBIC::DebugObj');