And for the mod_perl folks... Test::Builder->reset

2002-11-10 Thread Michael G Schwern
Coming soon in Test::Builder, reset()! This will allow a Test::Builder user to reset the internal state of the test making it much easier to run tests in persistent environments. mod_perl users have Alex Francis to thank for this feature. Also, for those who aren't happy with the fact that Test:

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;

Re: Test::Builder->level

2002-11-10 Thread chromatic
On Sun, 10 Nov 2002 23:10:40 +, Michael G Schwern wrote: > At YAPC::Europe there was some discussion about Test::Builder->level, > $Test::Builder::Level and the fact that they don't really work well as > implemented. I know we reached some sort of consensus about how to do it > better, but I'

Test::Builder->level

2002-11-10 Thread Michael G Schwern
At YAPC::Europe there was some discussion about Test::Builder->level, $Test::Builder::Level and the fact that they don't really work well as implemented. I know we reached some sort of consensus about how to do it better, but I've forgotten it. Anyone remember? -- Michael G. Schwern <[EMAIL