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::Builder is a hard singleton with its state held in a bunch of file-scoped lexicals (hard to debug) reset() made me collect together all those state variables in one point in the source making it much easier someone to convert them into object data, if they feel so inclined. I'm not yet convinced its a good idea. -- Michael G. Schwern <[EMAIL PROTECTED]> http://www.pobox.com/~schwern/ Perl Quality Assurance <[EMAIL PROTECTED]> Kwalitee Is Job One Home of da bomb
