- or download this
VS::Payload
has 'obj_templates', is => 'rw', isa => 'HashRef';
...
has '+obj_templates', is => 'rw', default => sub{{
....
}};
- or download this
VS::Payload
#has 'obj_templates', is => 'rw', isa => 'HashRef';
...
has 'obj_templates', is => 'rw', default => sub{{
....
}};