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;fp=t%2F001_mouse%2F060-threads.t;h=969d54430021388d5c8391efa0ab8a2f950531d0;hp=1fb4c6225e79e32535f6c30ee50a32636fbf7bbd;hb=9e69967c28f2cd597d23572220fe675570ec1821;hpb=952a7aee6593ddddfbcbcc9c9ccd0be318ef998c diff --git a/t/001_mouse/060-threads.t b/t/001_mouse/060-threads.t index 1fb4c62..969d544 100644 --- a/t/001_mouse/060-threads.t +++ b/t/001_mouse/060-threads.t @@ -9,6 +9,7 @@ use if !HAS_THREADS, 'Test::More', 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'; { package MyTraits; @@ -32,6 +33,7 @@ use if $Test::More::VERSION == 2.00_01, 'Test::More', traits => [qw(MyTraits)], ); } +pass; my $o = MyClass->new(foo => Foo->new(value => 42)); threads->create(sub{