Re: recommendations for a shortcut attribute accessor to another attribute sub-element.

2009-09-08 Thread Mark Blackman
On 8 Sep 2009, at 17:11, Jesse Luehrs wrote: On Tue, Sep 08, 2009 at 05:08:07PM +0100, Mark Blackman wrote: Hi, A quick question on recommended practice here. One of my Moose-using package attributes is a hash reference. What's the recommended accessor technique for a key in that hash

recommendations for a shortcut attribute accessor to another attribute sub-element.

2009-09-08 Thread Mark Blackman
Hi, A quick question on recommended practice here. One of my Moose-using package attributes is a hash reference. What's the recommended accessor technique for a key in that hash if I want a dedicated accessor/mutator for that key? a dedicated method? or something Moose-y? Provisos: a) I want