28 Apr
2020
28 Apr
'20
6:05 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245 --- Comment #20 from Martin Renvoize <martin.renvoize@ptfs-europe.com> --- Ah.. sorry.. I hadn't spotted you were worried about the$_ as apposed to $@.. I thought it was the introduction of a 'warn' at all you were commenting on. Yes, as Tomas explains, Try::Tiny catches $@ and throws it into $_.. it's a peculiarity of that module.. I've wondered for a while about switching it out with Syntax::Keyword::Try which I believe is now recommended by the Perl echelons. -- You are receiving this mail because: You are watching all bug changes.