in reply to Re: Moose: inherited attributes
in thread Moose: inherited attributes
VS::Payload has 'obj_templates', is => 'rw', isa => 'HashRef'; VS::Payload::Postal has '+obj_templates', is => 'rw', default => sub{{ .... }};
VS::Payload #has 'obj_templates', is => 'rw', isa => 'HashRef'; VS::Payload::Postal has 'obj_templates', is => 'rw', default => sub{{ .... }};
|
|---|