that I don't feel a need to require a Test::More upgrade for it.
https://rt.cpan.org/Ticket/Display.html?id=65864
+ - skip the threads tests on Test::More 2.00_*
+ https://rt.cpan.org/Ticket/Display.html?id=65812
+
Imager 0.81 - 14 Feb 2011
===========
$INC{"Devel/Cover.pm"}
and plan skip_all => "threads and Devel::Cover don't get along";
+# https://rt.cpan.org/Ticket/Display.html?id=65812
+# https://github.com/schwern/test-more/issues/labels/Test-Builder2#issue/100
+$Test::More::VERSION =~ /^2\.00_/
+ and plan skip_all => "threads are hosed in 2.00_06 and presumably all 2.00_*";
+
plan tests => 11;
my $thread = threads->create(sub { 1; });