Ok,
I've read SYN-04 Phasers and I think I should use INIT {} or END {}
Are there any situations INIT {} / END {} will not postpone execution?
Because in my case it is still executed during compilation
https://github.com/teodozjan/lacuna-cookbuk/tree/init_problems
On Sun, Jun 15, 2014 at 12:45 P
Hi,
class and role bodies are executed at compile time, so yes, that's
expected. The same thing happens in BEGIN blocks.
(Actually, the case with roles is more complicated; iirc their bodies
are executed at role application time, but in your example, 'class B
does Xx' runs at compile time, so the