http://www.perlmonks.org?node_id=1055920


in reply to Re: Moose: I want builder method to run every time I call an attribute
in thread Moose: I want builder method to run every time I call an attribute

I concur with chromatic. That said, if there are some other factors in play that preclude doing this, you might consider using an around statement in conjunction with the attribute reader to handle any pre-processing needed. You might not even need to have an explicit builder in that case.

On time, cheap, compliant with final specs. Pick two.