On Mon, Jul 19, 2004 at 04:25:35PM +0100, Adrian Howard wrote: > Which causes anything testing test diagnostic output with > Test::Builder::Tester to fall over. Test::Class, Test::Exception & > Test::Block's test suites now all fail. > > Pooh sticks. > > My temptation is to say the new behaviour is the right one and patch > T::B::T and friends?
Don't know if anyone besides me uses it but Test::Tester is unaffected by this. It gathers it's information by overriding the default Test::Builder object and so it's protected from this sort of change, F