http://qs321.pair.com?node_id=504504


in reply to Re: New Module Announcement: Object::InsideOut
in thread New Module Announcement: Object::InsideOut

by storing the id in the blessed scalar, you eliminate the ability of an inside-out object to subclass any kind of object
True. In addition, the nature of the new method in both Object::InsideOut and Class::Std also precludes this capability.

Remember: There's always one more bug.
  • Comment on Re^2: New Module Announcement: Object::InsideOut

Replies are listed 'Best First'.
Re^3: New Module Announcement: Object::InsideOut
by jdhedden (Deacon) on Jan 10, 2006 at 15:33 UTC
    As of v1.18, Object::InsideOut supports inheritance (i.e., sub-classing) of non-inside-out object classes.

    Remember: There's always one more bug.