Make sure that all builder methods that use session sare set to be lazy.
This commit is contained in:
parent
9f06085054
commit
d1572c4257
5 changed files with 8 additions and 0 deletions
|
|
@ -286,6 +286,7 @@ has [qw/parentId lineage
|
|||
has className => (
|
||||
is => 'ro',
|
||||
builder => '_build_className',
|
||||
lazy => 1,
|
||||
init_arg => undef,
|
||||
);
|
||||
sub _build_className {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue