On Fri, Mar 05, 2010 at 05:35:31PM +0100, Emmanuel Quevillon wrote: > > Hi Chris, > > I know you're a core dev;) > Well not a wrapper I'm just extending restriction::analysis and wanted > to do it with moose. But apparently it is much difficult than expected. > Moreover I'm nit really comfortable with moose, I must admit I don't > understand all the concepts :(. > I didn't realize 'rearrange' would break moose. But anyway it looks like > even the subs around moose'new methods are not called. It is really > obscure for me at this time. > > Either I'll stay with the current biopel code structure or if someone > has an explanation.... > > Anyway thanks for your helps > > Emmanuel
If the issue is that you're trying to inherit from a non-Moose class, you might want to give MooseX::NonMoose a try... it makes sure that all of Moose's object initialization stuff gets called even if your class isn't inheriting from Moose::Object. -doy
