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

Posted on Thu Apr 5 18:14:25 2007 by fergal in response to 4765 (See the whole thread of 6)
Re: Object::InsideOut and Test::Deep, the worst ennemies?
I don't consider this a bug, creating a main::isa subroutine should be harmless, &isa is only supposed to have a special meaning in OO packages. The fact that something else has decided to start calling isa() on non-OO packages is unfortunate. If you don't want Test::Deep to export &isa you can do

use Test::Deep qw(just the functions I want);

just like any other module that exports functions.
Direct Responses: 4777 | Write a response