7 Jun
2013
7 Jun
'13
5:48 a.m.
http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10419 Srdjan Jankovic <srdjan@catalyst.net.nz> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |srdjan@catalyst.net.nz --- Comment #2 from Srdjan Jankovic <srdjan@catalyst.net.nz> --- Not nit picking, but would be nicer to write eval {}; if ($@) { say "Failed ... $@"; next; } eval {}; if ($@) { say "Failed ... $@"; next; } say OK; Thanks. -- You are receiving this mail because: You are watching all bug changes.