Now really fixed
[dbsrgits/DBIx-Class.git] / t / 73oracle.t
index 13c0fac..684db1f 100644 (file)
@@ -30,10 +30,10 @@ use warnings;
 
 use Test::Exception;
 use Test::More;
-use DBIC::SqlMakerTest;
 
 use lib qw(t/lib);
 use DBICTest;
+use DBIC::SqlMakerTest;
 
 my ($dsn, $user, $pass) = @ENV{map { "DBICTEST_ORA_${_}" } qw/DSN USER PASS/};