X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fcdbi%2F68-inflate_has_a.t;fp=t%2Fcdbi%2F68-inflate_has_a.t;h=ed4f4fe9c25895d84b96a254949563d7247e52a5;hb=83eef5621cc3a7b77a280b4b01f1175e9935fff6;hp=246a31954b0661a68294b5963e15a410e553bcf5;hpb=4519d82537b03f96e03cff168c356dbc2402b670;p=dbsrgits%2FDBIx-Class.git diff --git a/t/cdbi/68-inflate_has_a.t b/t/cdbi/68-inflate_has_a.t index 246a319..ed4f4fe 100644 --- a/t/cdbi/68-inflate_has_a.t +++ b/t/cdbi/68-inflate_has_a.t @@ -1,14 +1,11 @@ +use DBIx::Class::Optional::Dependencies -skip_all_without => qw( icdt cdbicompat ); + use strict; use warnings; -use Test::More; -use lib qw(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'; -} +use Test::More; +use lib 't/lib'; +use DBICTest; my $schema = DBICTest->init_schema();