X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F98-failure.t;h=becb8c4d6ed6dc66b73969d5203b89cfaf8c7bb0;hb=1fb834df6d7a98d9d9c245a59f76b4602158451f;hp=1a42e030ed3d141b0ffccb1d2c9a55d455f4607c;hpb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/cdbi/98-failure.t b/t/cdbi/98-failure.t index 1a42e03..becb8c4 100644 --- a/t/cdbi/98-failure.t +++ b/t/cdbi/98-failure.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; #----------------------------------------------------------------------