X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F76joins.t;h=0d5512ecd2287b7dcde3cbcae1db715101be8950;hb=f4d7449cc027a63e625347d644cd7fc7d9562443;hp=5706dfa53792b1b3beaab7286078289feb42678e;hpb=af6aac2d51a435fa60151ac047e1559257fd4eba;p=dbsrgits%2FDBIx-Class.git diff --git a/t/76joins.t b/t/76joins.t index 5706dfa..0d5512e 100644 --- a/t/76joins.t +++ b/t/76joins.t @@ -4,15 +4,12 @@ use warnings; use Test::More; use lib qw(t/lib); use DBICTest; -use Data::Dumper; use DBIC::SqlMakerTest; my $schema = DBICTest->init_schema(); my $orig_debug = $schema->storage->debug; -use IO::File; - BEGIN { eval "use DBD::SQLite"; plan $@