On Thu, Oct 20, 2011 at 2:22 AM, Stevan Little <[email protected]> wrote: > [...] >> I'm just new to Moose so I'm not confident it's the Right Thing To Do. > > Looks fine to me, and very Moose-y >
Thanks! Coming from a developer, that's a very valuable input. [...] > >> because the required role block will have no use and needs to be >> empty. > > No idea what you mean here, are the roles you are apply empty? They really > don't need to be. > That's the point I'm missing. When I created a simple code to test my idea, the role block came out empty. I didn't recognize that it will eventually have code in it as the module evolves. So MooseX::Role::Parameterized, after all, is the one that I need. Thanks!
