Re: Upcoming change to Test::Simple/Builder/More wrt threads

2002-11-11 Thread Elizabeth Mattijsen
At 01:38 -0500 11/11/02, Michael G Schwern wrote: As the current attempt at DWIM leaves Test::Builder unable to test a certain class of code, it must be changed. It will be necessary to load threads.pm before Test::More or Test::Builder if you wish to use threads in your tests. use threads;

Upcoming change to Test::Simple/Builder/More wrt threads

2002-11-10 Thread Michael G Schwern
In 0.48 the behavior of Test::Simple/More/Builder with regard to threads will change. Previously, if you were using a perl = 5.8.0 and have ithreads compiled, loading Test::More would load threads and threads::shared. This was to avoid the problem of a user doing this: use Test::More;