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:
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;
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'
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