I think there's several concepts here that are getting tangled:
1. A way to locally change the default T::B object
2. A way to share state between multiple T::B objects
3. A way to copy state between multiple T::B objects
4. A way to locally change the configuration of a Test::Builder object.
Re
On Wednesday, November 13, 2002, at 08:54 pm, Michael G Schwern wrote:
[snip]
I think I'll merge your $Test::Builder::default idea with this. Have a
stack of Test::Builder objects rather than just the states. This way you
can do something like the above. If you add a $tb->copy method which
ret