From: Norbert Buchmuller Date: Tue, 25 Nov 2008 06:55:43 +0000 (+0100) Subject: * Fixed the order of args of skip(). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7ec9e4cf34fc46918bbca107495568f220a403fa;p=dbsrgits%2FDBIx-Class-Historic.git * Fixed the order of args of skip(). --- diff --git a/t/95sql_maker_quote.t b/t/95sql_maker_quote.t index 0a385dc..eab86cb 100644 --- a/t/95sql_maker_quote.t +++ b/t/95sql_maker_quote.t @@ -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(