X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2Fstorage%2Ftxn.t;h=41df4d565f44b76a32e554feeebe348243ea599a;hb=8bab2062c234a0ebab1c177220ef1d13b281d5b2;hp=09260f0076466b72358e1d2423ca7f5743551e94;hpb=50e6c52e05fbcc9ff63926c8c85cc2ec92ae8531;p=dbsrgits%2FDBIx-Class.git diff --git a/t/storage/txn.t b/t/storage/txn.t index 09260f0..41df4d5 100644 --- a/t/storage/txn.t +++ b/t/storage/txn.t @@ -1,6 +1,10 @@ use strict; use warnings; +BEGIN { + require threads if $^O eq 'MSWin32'; # preload due to fork errors +} + use Test::More; use Test::Warn; use Test::Exception;