http://qs321.pair.com?node_id=902282


in reply to Moose and class methods

What chromatic said.

But also, don't use MooseX::Declare unless you are willing to take on the extra burden of its (poor) error handling and extra startup/runtime overhead (much more so then vanilla Moose). MooseX::Declare is (mostly) stable, but really should only be used by people who find more value in having the syntactic sugar over performance and sane error reporting (read: I don't use it and don't allow it to be used for $work code).

-stvn

Replies are listed 'Best First'.
Re^2: Moose and class methods
by John M. Dlugosz (Monsignor) on May 01, 2011 at 10:37 UTC
    No problem. I'm not using it for my main code, but wanted to try it. I thought it was good for cramming several classes into one file because of the declarative region idea.