X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F66relationship.t;h=48fcb2af79779825cf35eeea6a190ee7cce17252;hb=504870a5f5a33ba88c5c22cbfa41579433dd49f3;hp=31d28d4314b4b8d3eadfdb43a3a401e1905e8009;hpb=caac17085ae813b9c6a71bf3f81c3a388809d8f2;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/66relationship.t b/t/66relationship.t index 31d28d4..48fcb2a 100644 --- a/t/66relationship.t +++ b/t/66relationship.t @@ -41,7 +41,7 @@ if ($INC{'DBICTest/HelperRels.pm'}) { } ); SKIP:{ - skip "Can't fix right now", 1 unless $DBIx::Class::VERSION >= '0.09'; + skip "Can't fix right now", 1 if $DBIx::Class::VERSION < 0.09; lives_ok { $big_flop->genre} "Don't throw exception when col is not loaded after insert"; }; }