On Oct 5, 2012, at 3:04 PM, Jed Lund wrote: > All, > > I am looking for some assistance choosing a good module name for a class > that I would like to build. Essentially it would perform a similar > function to Moose::Util 'with_traits' or MooseX::ClassCompositor. The > major difference in my offering would have a different user interface. I > am thinking of the following possibilities. > > MooseX::Util::ClassBuilder > > MooseX::ClassBuilder > > MooseX::Shiras::ClassBuilder > > I noticed that many MooseX modules have Util in the third position but > there doesn't seem to be a MooseX::Util branch of the namespace yet? > > Any suggestions are welcome. > > JANDREW > > Jed
Jed, Might be helpful if you pointed us at some code. Personally I am not a fan of MooseX::Util as a namespace, the idea behind MooseX:: is that it provides extension to Moose itself, and MooseX::Util reads to me as "utilities to help build extensions of Moose", which is not what your module sounds like. - Stevan