Object-InsideOut - Re: Object::InsideOut and Test::Deep, the worst ennemies?

Posted on Fri Apr 6 07:09:36 2007 by jdhedden in response to 4773 (See the whole thread of 6)
Re: Object::InsideOut and Test::Deep, the worst ennemies?
The issue isn't the existence of main::isa: You can do '$main::isa = \&UNIVERSAL::isa;' to create main::isa, and then call main->isa('Foo') and you get false as you should.

The problem is that the 'isa' installed by Test::Deep is 'broken' with respect to 'main': It causes main->isa('Foo') to return true when it shouldn't.
Direct Responses: 4781 | Write a response