* Fixed the test plan in 72pg.t.
[dbsrgits/DBIx-Class.git] / t / 95sql_maker.t
index 900e604..ee6ccdd 100644 (file)
@@ -22,7 +22,8 @@ my $sql_maker = $schema->storage->sql_maker;
 
 
 SKIP: {
-  skip "SQL::Abstract < 1.50 does not pass through arrayrefs", 2 if $SQL::Abstract::VERSION < 1.50;
+  skip "SQL::Abstract < 1.49 does not pass through arrayrefs", 2
+    if $SQL::Abstract::VERSION < 1.49;
 
   my ($sql, @bind) = $sql_maker->insert(
             'lottery',