X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threads.t;h=be383e51cc8f7dfb19b5ca6ff58c66ff16e6f830;hb=8d6b1478d8fa6f7c76e313ee72a72d5eb4c24d03;hp=7212dc90a8fdbd1b57ec3026a5b9b1f9ac606fa1;hpb=d9bd51956470404b3960871d3413fa98f16961d2;p=dbsrgits%2FDBIx-Class.git diff --git a/t/51threads.t b/t/51threads.t index 7212dc9..be383e5 100644 --- a/t/51threads.t +++ b/t/51threads.t @@ -18,6 +18,7 @@ plan skip_all => 'DBIC does not actively support threads before perl 5.8.5' use DBIx::Class::Optional::Dependencies (); use lib qw(t/lib); +use DBICTest; plan skip_all => 'Test needs ' . DBIx::Class::Optional::Dependencies->req_missing_for ('rdbms_pg') unless DBIx::Class::Optional::Dependencies->req_ok_for ('rdbms_pg');