Excerpts from Karen Etheridge's message of Tue Jan 05 14:15:40 -0500 2010:
> > You'll have multiple inheritance, which obviously sucks. I'm sorry for
> > my half of that. It will be straightforward for me to refactor the guts
> > of MooseX::Role::Parameterized::Meta::Role::Parameterizable (which is
> > just two attributes) into a role. I'll do that at some point this week.
>  
> Will MI still be required after your refactoring, or are you saying that
> your described approach will not work until the refactoring is done?

Neither.  His described approach will work but sucks because it (currently)
requires MI.  After his refactoring, you'd need to do something slightly
different, because you'll need use a role instead of MI.

hdp.

Reply via email to