On Thu, Feb 27, 2003 at 05:32:42PM +0000, Fergal Daly wrote: > I think that although a test that ignores blessed classes could be handy in > some circumstances (ie programming in general), I reckon in the context of > test suites it's a bug.
I am already not yet convinced. In particular, it makes this sort of test more difficult than it needs be: is_deeply($obj, { foo => 42, bar => 23 });