# untested sample code my $mocka = Test::MockObject->new; $mocka->set_isa('Foo'); # ??? how to overload stringification # such that I can mock the result of # '' . $mocka # ???