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)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 23 Jun 2021 07:58:53 +0000 (09:58 +0200)
commit2678d6a4bc480e166d5b1c9e9bc1f1f45ddf6197
tree6f691208c2f72243825bbee631fec3e075a63b71
parentc2fb056d7dc3e7add53418ff1efaa04ad852771d
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: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Koha/Patrons/Import.pm