Thanks a lot! That's exactly what I needed to know. On Sun, 14 Feb 2010 18:04:11 -0600 Jesse Luehrs <d...@tozt.net> wrote:
> To clarify, if you want Moose features during object construction > (rather than just handling attributes and such), you should use > $meta->name->new, not $meta->new_object. > > -doy