X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=gitmo%2FMouse.git;a=blobdiff_plain;f=t%2F001_mouse%2F060-threads.t;h=65331f0dd253868a6396472142ca7aa93a52e2b8;hp=e82f7c5403fa470f5274cf78dfea160169467d0e;hb=652b2a9784bdd5fdb2d36e941e5dbec965532268;hpb=913b59645bf5e7f16128c0e20711090a43676096 diff --git a/t/001_mouse/060-threads.t b/t/001_mouse/060-threads.t index e82f7c5..65331f0 100644 --- a/t/001_mouse/060-threads.t +++ b/t/001_mouse/060-threads.t @@ -1,7 +1,7 @@ #!perl use strict; use warnings; -use constant HAS_THREADS => eval{ require threads }; +use constant HAS_THREADS => eval{ require threads && require threads::shared }; use if !HAS_THREADS, 'Test::More', (skip_all => "This is a test for threads ($@)"); use Test::More;