I think we are done here
[dbsrgits/DBIx-Class.git] / t / prefetch / multiple_hasmany.t
index b9671c9..31b2585 100644 (file)
@@ -2,10 +2,8 @@ use strict;
 use warnings;
 
 use Test::More;
-use Test::Exception;
 use lib qw(t/lib);
 use DBICTest;
-use IO::File;
 
 my $schema = DBICTest->init_schema();
 my $sdebug = $schema->storage->debug;