> Now, this looks like a bug. The T::B->reset method expects an object, > Apache::Test calls it as a class method. I allow for the possibility that > I've completely misunderstood everything--or even just some things.
well, it's not exactly a bug - it looks like Test::Builder changed reset() from a class method to an object method since that code was written. I guess I'll need to fix that :) --Geoff