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


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

First off multiple code inheritance is supported any way you do OO in Perl.

I'm being niggly - but this isn't always true. It is possible to implement OO models in perl (e.g. Class::ArrayObjects) that do not support MI.

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