Checking in changes prior to tagging of version 0.90.
[gitmo/Mouse.git] / t / 001_mouse / 060-threads.t
index 969d544..051a926 100644 (file)
@@ -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;