https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40387 --- Comment #3 from Martin Renvoize (ashimema) <martin.renvoize@openfifth.co.uk> --- Created attachment 184381 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=184381&action=edit Bug 40387: Add Test::NoWarnings and replace carp with Koha::Logger This patch adds Test::NoWarnings to our EDI unit tests. In doing so, it reminded me that we still had some old carp style error handling in the process_quote section and that we shoudl replace those with calls to Koha::Logger instead. Changes made: 1. Added Test::NoWarnings import to catch any warnings 2. Replace 'carp "Message"' appropriately with '$logger->warn("Message")' -- You are receiving this mail because: You are watching all bug changes.