X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2Fset_to_undef.t;fp=t%2Fcdbi%2Fset_to_undef.t;h=81f6f8a9bb894806f1e2f7faba4cb867a6272b8e;hb=83eef5621cc3a7b77a280b4b01f1175e9935fff6;hp=03fe0ca4e3fb24e29904944fb0f5652a35ccda60;hpb=4519d82537b03f96e03cff168c356dbc2402b670;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/set_to_undef.t b/t/cdbi/set_to_undef.t index 03fe0ca..81f6f8a 100644 --- a/t/cdbi/set_to_undef.t +++ b/t/cdbi/set_to_undef.t @@ -1,15 +1,10 @@ +use DBIx::Class::Optional::Dependencies -skip_all_without => qw( icdt cdbicompat ); + use strict; use warnings; -use Test::More; +use Test::More; use lib 't/cdbi/testlib'; -use DBIC::Test::SQLite (); # this will issue the necessary SKIPs on missing reqs - -BEGIN { - eval { require DateTime; DateTime->VERSION(0.55) } - or plan skip_all => 'DateTime 0.55 required for this test'; -} - # Don't use Test::NoWarnings because of an unrelated DBD::SQLite warning. my @warnings;