* Fixed the number of tests skipped in a SKIP block.
Norbert Buchmuller [Tue, 25 Nov 2008 06:34:15 +0000 (07:34 +0100)]
t/72pg.t

index 951be49..f0c4545 100644 (file)
--- 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 {