X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2F001_mouse%2F060-threads.t;h=65331f0dd253868a6396472142ca7aa93a52e2b8;hb=7f468374d868fcc56f12fe632bcab013d74ca976;hp=e82f7c5403fa470f5274cf78dfea160169467d0e;hpb=20a12328ad6513c41ba0856f5d8d95aba672165b;p=gitmo%2FMouse.git 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;