* Fixed the order of args of skip().
Norbert Buchmuller [Tue, 25 Nov 2008 06:55:43 +0000 (07:55 +0100)]
t/95sql_maker_quote.t

index 0a385dc..eab86cb 100644 (file)
@@ -238,7 +238,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(