X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F72pg.t;h=a5b5ac486cfa73b4286035a9fb412dba53214508;hb=6eedf09afdc5140110c8f9ce108eefd2f7c85959;hp=05470a6b495f7a65ae7d388f327c55ae740b0b6c;hpb=7603d2a5b93541932b94593c0f12e12386c83ef0;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/72pg.t b/t/72pg.t index 05470a6..a5b5ac4 100644 --- a/t/72pg.t +++ b/t/72pg.t @@ -144,7 +144,9 @@ like($artistid_defval, is_deeply($type_info, $test_type_info, 'columns_info_for - column data types'); -{ +SKIP: { + skip "Need DBD::Pg 2.9.2 or newer for array tests", 4 if $DBD::Pg::VERSION < 2.009002; + lives_ok { $schema->resultset('ArrayTest')->create({ arrayfield => [1, 2],