https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25245
--- Comment #17 from Marcel de Rooy <[email protected]> --- (In reply to Martin Renvoize from comment #15) > > Why do you warn $_ ? > > Following prior art. It makes sense to warn like this for such errors. I > have however added a Koha::Logger based log line too now so we don't lose > warnings for cases where cron sends them to dev/null. You probably mean something else? Like $@ ? The wonderous names of Perl special variables. I am really not sure what $_ would be referring to in this catch block? -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
