On Tuesday 27 February 2007 13:58, Michael G Schwern wrote: > What is wrong with the proof-of-concept I proposed?
The lines:
my $real_isa = \&UNIVERSAL::isa;
...
if( ref $obj and eval { $obj->$real_isa("Test::MockObject") } ) {
-- c
