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=051a9260b5b86cd3ce918ad3e1d963117fcff3bf;hp=969d54430021388d5c8391efa0ab8a2f950531d0;hb=95637edb1de318b764f8ec2fc8b5c5c8d4430010;hpb=d8ac424a86a0d9703f3e0502c8935b4851bf29af diff --git a/t/001_mouse/060-threads.t b/t/001_mouse/060-threads.t index 969d544..051a926 100644 --- a/t/001_mouse/060-threads.t +++ b/t/001_mouse/060-threads.t @@ -6,10 +6,8 @@ use Test::More; use if !HAS_THREADS, 'Test::More', (skip_all => "This is a test for threads ($@)"); -use if $Test::More::VERSION == 2.00_01, 'Test::More', - (skip_all => "Test::Builder2 2.00_01 has bugs about threads"); - -pass 'dummy test for Test::Builder 2.00_06'; +use if $Test::More::VERSION >= 2.00, 'Test::More', + (skip_all => "Test::Builder2 has bugs about threads"); { package MyTraits;