(travis) Work around a bad tradeoff in cperl-5.24-to-be
[dbsrgits/DBIx-Class-Historic.git] / t / icdt / core.t
index c33054d..5af1ac3 100644 (file)
@@ -1,11 +1,12 @@
-use DBIx::Class::Optional::Dependencies -skip_all_without => 'test_dt';
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+use DBIx::Class::Optional::Dependencies -skip_all_without => qw( test_rdbms_sqlite ic_dt );
 
 use strict;
 use warnings;
 
 use Test::More;
 use Test::Exception;
-use lib qw(t/lib);
+
 use DBICTest;
 
 my $schema = DBICTest->init_schema();