On Fri, 28 Jan 2011 22:36:30 +0100, Zbigniew Lukasiak <zzb...@gmail.com> wrote:
> I am testing here if it could be made easy to use a library with
> multiple inheritance in Moose.  Assuming that the additional base
> classes already work in a way similar to Moose Roles.

If you want your classes to be roles, actually do the work to turn them into
roles.  Otherwise just use MI the way you're currently doing, which I assume
involves next::method or similar.

Don't try to do both.  It might work for simple cases, but it will end in tears.

hdp.

Reply via email to