in reply to Re: Best way to do Mixin Classin thread Best way to do Mixin Class
It's the traditional way (sorry, at least my 5.004 roots are showing). What I do is well-documented, e.g. in perlboot or perltoot.
As long as you don't change @ISA while doing important stuff, it should be OK. But note the warning about changing @ISA in perlobj!
In any case, using base can't be bad for you...