9 Feb
2018
9 Feb
'18
11:42 a.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14769 --- Comment #37 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- (In reply to Julian Maurice from comment #36)
You're saying that the structure is kept only during the lifetime of the object, but with Plack, isn't the object's lifetime infinite ?
No. The code is cached for some time, but we create a new Controller object for each new Authority object. And in new we clear the saved structure. (We could also save it in $self alternatively.) -- You are receiving this mail because: You are watching all bug changes.