X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fcopy.t;h=2741aadaf8bd06309c73f3135dee49f0e08bb5fc;hb=50841788d03e2342a00470eb2f458e717922615b;hp=6c079cc3a8bd323ebf4579e223f6eae7a7f61f3f;hpb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/copy.t b/t/cdbi/copy.t index 6c079cc..2741aad 100644 --- a/t/cdbi/copy.t +++ b/t/cdbi/copy.t @@ -1,10 +1,12 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } +use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat'; + use strict; use warnings; + use Test::More; -INIT { - use lib 't/cdbi/testlib'; -} +use lib 't/cdbi/testlib'; { package # hide from PAUSE