2 Oct
2019
2 Oct
'19
10:55 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23723 --- Comment #1 from Dobrica Pavlinusic <dpavlin@rot13.org> --- Problem occurs only if we use exit inside eval block like: eval { warn "in eval"; exit; }; warn "after eval"; Under CGI, this would print just "in eval". Bacause of interaction of CGI::Compile which wraps system exit under plack we get both lines. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.