Allow for tests to run in parallel (simultaneously from multiple checkouts)
[dbsrgits/DBIx-Class.git] / t / 40resultsetmanager.t
index 45c6e3e..fad560d 100644 (file)
@@ -4,6 +4,7 @@ use Test::More;
 use Test::Warn;
 
 use lib qw(t/lib);
+use DBICTest;
 
 warnings_exist { require DBICTest::ResultSetManager }
   [