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;
	   use Test::More;
This is exactly the approach I've taken with the test-suite for forks.pm. I think this makes sense. The fact that Test::More (used to) load threads.pm under the hood, surprised me.


Liz


Reply via email to