Bug 28616: (bug 28220 follow-up) Replace Data::Printer with simple warn
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 23 Jun 2021 07:40:36 +0000 (09:40 +0200)
committerKyle M Hall <kyle@bywatersolutions.com>
Wed, 23 Jun 2021 13:29:49 +0000 (09:29 -0400)
commit2472f5bb53b1574959f033605f10a8d6b705d2ea
tree73ef3467b88eb2e930d5ba66dc2e7d6181c6c9d7
parent2c0dd1fcfcd4f33d2017d463099c33acd318ac48
Bug 28616: (bug 28220 follow-up) Replace Data::Printer with simple warn

$_ is an exception that will be stringify in scalar context. We don't
need Data::Printer here.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Koha/Patrons/Import.pm