X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsearch%2Frelated_has_many.t;h=91b1fb7daf3df905224de4903f53aeb3de211070;hb=a5a7bb733a940db710b7408508374833683a2e79;hp=a359b4e093463aff54e426181c52ae13ccd7a313;hpb=31a8aaaf104a710ae5b7671659e89c1ef62c84e8;p=dbsrgits%2FDBIx-Class.git diff --git a/t/search/related_has_many.t b/t/search/related_has_many.t index a359b4e..91b1fb7 100644 --- a/t/search/related_has_many.t +++ b/t/search/related_has_many.t @@ -4,7 +4,6 @@ use warnings; use Test::More; use lib qw(t/lib); -use DBIC::SqlMakerTest; use DBICTest; my $schema = DBICTest->init_schema();