http://www.perlmonks.org?node_id=221244


in reply to Re: Re^4: Class::InsideOut - yet another riff on inside out objects.
in thread Class::InsideOut - yet another riff on inside out objects.

True, but this list is impossible to determine at compile time since you can change an objects class with bless at any time.

In theory you could replace bless with a custom version that tracked the object through it's class changes - but this is really just an optimisation - and it's a little early in the day for that :-)

  • Comment on Re^6: Class::InsideOut - yet another riff on inside out objects.