Re: [Dbix-class] Re: Reusing defined columns (inheritance?)

2014-01-03 Thread Dmitry Latin
Yeah, but it works only with one parent. I want to subclass from 2 parent classes. Use roles instead of multiple-inheritance, much easier to get right! I would be very grateful to you if you could show me some code to make it work. All my attempts to do it (using Moose roles or

Re: [Dbix-class] Re: Reusing defined columns (inheritance?)

2014-01-03 Thread Hartmaier Alexander
On 2014-01-03 14:17, Dmitry Latin wrote: Yeah, but it works only with one parent. I want to subclass from 2 parent classes. Use roles instead of multiple-inheritance, much easier to get right! I would be very grateful to you if you could show me some code to make it work. All my attempts