Bring back _RowNumberOver deleted in the sqla commotion (revs: 5096,5322,5383)
[dbsrgits/DBIx-Class-Historic.git] / t / 95sql_maker_quote.t
index 0a385dc..4fa987b 100644 (file)
@@ -2,8 +2,9 @@ use strict;
 use warnings;
 
 use Test::More;
-use DBIC::SqlMakerTest;
 
+use lib qw(t/lib);
+use DBIC::SqlMakerTest;
 
 BEGIN {
     eval "use DBD::SQLite";
@@ -12,8 +13,6 @@ BEGIN {
         : ( tests => 12 );
 }
 
-use lib qw(t/lib);
-
 use_ok('DBICTest');
 
 my $schema = DBICTest->init_schema();
@@ -238,7 +237,7 @@ is_same_sql_bind(
 );
 
 SKIP: {
-  skip 1, "select attr with star does not work in SQL::Abstract < 1.49"
+  skip "select attr with star does not work in SQL::Abstract < 1.49", 1
     if $SQL::Abstract::VERSION < 1.49;
 
   ($sql, @bind) = $sql_maker->select(