X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F51threads.t;h=382458d5adb4705bd3468052640c0060603e87eb;hb=d7d45bdc65;hp=6dc0d11a5d6e525c190997465d6fc9433def9cbb;hpb=a2f228547345e788da5a047024c41f83513e92b8;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/t/51threads.t b/t/51threads.t index 6dc0d11..382458d 100644 --- a/t/51threads.t +++ b/t/51threads.t @@ -4,6 +4,11 @@ BEGIN { print "1..0 # SKIP your perl does not support ithreads\n"; exit 0; } + + if ($INC{'Devel/Cover.pm'}) { + print "1..0 # SKIP Devel::Cover does not work with threads yet\n"; + exit 0; + } } use threads;