in reply to How Large Does Your Project Have To Be to Justify Using Moose?

If I never have to write an accessor generator by hand again, great!

I use Moose for anything with more than one object attribute. If you're concerned about size or speed, Any::Moose is a nice tool to ease your project into the Moose world and pay only for what you need.


Improve your skills with Modern Perl: the free book.

  • Comment on Re: How Large Does Your Project Have To Be to Justify Using Moose?

Replies are listed 'Best First'.
Re^2: How Large Does Your Project Have To Be to Justify Using Moose?
by jgamble (Pilgrim) on Oct 06, 2011 at 18:23 UTC

    That does look nicely flexible. I think I may try that out. Thanks.