X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F04-lazy.t;fp=t%2Fcdbi%2F04-lazy.t;h=2e37827ae405e1cfc47c6475995be17423cc756d;hb=83eef5621cc3a7b77a280b4b01f1175e9935fff6;hp=ca28b0749ed88a98777408d61c6b5b6918022de8;hpb=4519d82537b03f96e03cff168c356dbc2402b670;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/04-lazy.t b/t/cdbi/04-lazy.t index ca28b07..2e37827 100644 --- a/t/cdbi/04-lazy.t +++ b/t/cdbi/04-lazy.t @@ -1,5 +1,8 @@ +use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat'; + use strict; use warnings; + use Test::More; use Test::Warn;