X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F18-has_a.t;h=a7b069c066eef273bc6c9e0c2ddcf2f08cf5b4f1;hb=50841788d03e2342a00470eb2f458e717922615b;hp=e1deb09082ac25e8c077d58d1cb02a3cd0b55678;hpb=7e5a0e7c25474567b7f0b0daadba3f9b07297073;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/18-has_a.t b/t/cdbi/18-has_a.t index e1deb09..a7b069c 100644 --- a/t/cdbi/18-has_a.t +++ b/t/cdbi/18-has_a.t @@ -1,5 +1,9 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } +use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat'; + use strict; use warnings; + use Test::More; use Test::Exception; use DBIx::Class::_Util 'sigwarn_silencer';