From: Norbert Buchmuller Date: Tue, 25 Nov 2008 06:34:15 +0000 (+0100) Subject: * Fixed the number of tests skipped in a SKIP block. X-Git-Tag: v0.08240~189^2~17 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=71a390611dc6b9a17cd684fbcfd8249fd33322b7;p=dbsrgits%2FDBIx-Class.git * Fixed the number of tests skipped in a SKIP block. --- diff --git a/t/72pg.t b/t/72pg.t index 951be49..f0c4545 100644 --- a/t/72pg.t +++ b/t/72pg.t @@ -133,7 +133,7 @@ is_deeply($type_info, $test_type_info, 'columns_info_for - column data types'); SKIP: { - skip "SQL::Abstract < 1.49 does not pass through arrayrefs", 3 + skip "SQL::Abstract < 1.49 does not pass through arrayrefs", 4 if $SQL::Abstract::VERSION < 1.49; lives_ok {