Fix ordering of 'use lib' and 'use' in tests
[dbsrgits/DBIx-Class.git] / t / 19quotes_newstyle.t
index 1290e11..748b112 100644 (file)
@@ -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');