X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fearly_column_heisenbug.t;h=e91b40125d82a33f13450b92bf4c2275e1d4c62d;hb=b58cfea10dabc569ea7e32376c50b0e93a560cf9;hp=859d43da798ddf6679e0060629824ab633567199;hpb=4a233f3019d2baa4bf2abee0c873c74d5cdf3a11;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/early_column_heisenbug.t b/t/cdbi/early_column_heisenbug.t index 859d43d..e91b401 100644 --- a/t/cdbi/early_column_heisenbug.t +++ b/t/cdbi/early_column_heisenbug.t @@ -1,11 +1,10 @@ +use DBIx::Class::Optional::Dependencies -skip_all_without => 'cdbicompat'; + use strict; use warnings; use Test::More; -use lib 't/cdbi/testlib'; -use DBIC::Test::SQLite (); # this will issue the necessary SKIPs on missing reqs - { package Thing; use base qw(DBIx::Class::CDBICompat);