X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fsearch%2Frelated_has_many.t;h=572aebfa7ccfd06b113addf97cf291618a35de9b;hb=7db939decd3929e2800c7ab5ec883cb859b68927;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..572aebf 100644 --- a/t/search/related_has_many.t +++ b/t/search/related_has_many.t @@ -1,10 +1,11 @@ +BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) } + use strict; use warnings; use Test::More; -use lib qw(t/lib); -use DBIC::SqlMakerTest; + use DBICTest; my $schema = DBICTest->init_schema();