Restore ability to handle underdefined root (t/prefetch/incomplete.t)
[dbsrgits/DBIx-Class.git] / t / 20setuperrors.t
index 769eaf3..ede7e29 100644 (file)
@@ -4,6 +4,9 @@ use strict;
 use Test::More;
 use Test::Exception;
 
+use lib 't/lib';
+use DBICTest;
+
 throws_ok (
   sub {
     package BuggyTable;