Thread-safe Test::Builder

2002-06-15 Thread Mark Fowler
I was reading Artur Bergman's article on perl.com http://www.perl.com/pub/a/2002/06/11/threads.html?page=1 Where he talks about changes to Test::Builder to make it thread safe. I was, out of curiousity, wondering what happened to these changes as they don't seem be in 5.8.0RC1 Mark. -- s''

Re: Thread-safe Test::Builder

2002-06-15 Thread Michael G Schwern
On Sat, Jun 15, 2002 at 06:00:44PM +0100, Mark Fowler wrote: I was, out of curiousity, wondering what happened to these changes as they don't seem be in 5.8.0RC1 My time machine's in the shop awaiting a shipment of sky hooks. (Translation: Arthur's patch came after RC1.) As for why it's not

Test::Class... comments?

2002-06-15 Thread Adrian Howard
Hi all, I finally found a spare couple of days to clean up the APIs and write some docs for the class based testing code I mentioned several months ago when I was annoying the group with Test::Exception. The resulting Test::Class module can be found at: http://www.quietstars.com/perl/ It