Ovid wrote: > From: Florian Scharinger > >> I have troubles building Test-Simple-0.64 on a standard SL3 machine: > <snip> >> several threading related tests fail, e.g.: > <snip> >> -bash-2.05b$ perl -V >> Summary of my perl5 (revision 5.0 version 8 subversion 0) configuration: > >>From the Test::Simple Changes file for 0.64_01: > > * 5.8.0 threads are no longer supported. There's too many bugs. > > 5.8.0 is an extremely buggy release and anything thread-related for that > release cannot be trusted. > > Sorry for the bad news.
To be clear, 5.8.0 is still supported by Test::More. Just don't use it to test anything threaded.