X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threads.t;h=be383e51cc8f7dfb19b5ca6ff58c66ff16e6f830;hb=331886ef1b5ab7a732915b8213dd525a3ea63b88;hp=7212dc90a8fdbd1b57ec3026a5b9b1f9ac606fa1;hpb=6892eb09b6090628ae4e7092767da0cbff8afcbc;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');