X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fprefetch%2Fjoin_type.t;h=f0772292f8a86c8870f457d101cda3d79099772c;hb=c97338007ede15e7c62095a642b3de382a3508bd;hp=7b90c874058c2d14e1987a206bad6688205b32b1;hpb=d2fcb9b3612958ecc794acae77520f3da06d3c5b;p=dbsrgits%2FDBIx-Class.git diff --git a/t/prefetch/join_type.t b/t/prefetch/join_type.t index 7b90c87..f077229 100644 --- a/t/prefetch/join_type.t +++ b/t/prefetch/join_type.t @@ -1,7 +1,6 @@ use warnings; use Test::More; -use Test::Exception; use lib qw(t/lib); use DBIC::SqlMakerTest; use DBICTest;