What about the foreign class's object methods? IMHO, the @ISA array is central to how inheritance works. If the class name is not in the @ISA array, I worry that IOC won't be able to inherit the PVC's methods.
hi earl,
i hope jerry doesn't mind me answering [i've been looking into the OIO code and may as well share].
just after the section you've quoted, the documentation says:
$self->inherit($obj, ...);
To use object methods from foreign classes, an object must inherit from an object of that class. This would normally be done inside a class's :Init subroutine [...]
(2)
]
