X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FPatron%2FModification.pm;h=3c92a6286a9bb99da7e84c3d47f5c38a2f1c3663;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=51f182a80b9044bd05fb1a173ec4c7071ce3e74c;hpb=ea5e9f25e9cbeae9e12dd05e17175ae3203a92b2;p=srvgit diff --git a/Koha/Patron/Modification.pm b/Koha/Patron/Modification.pm index 51f182a80b..3c92a6286a 100644 --- a/Koha/Patron/Modification.pm +++ b/Koha/Patron/Modification.pm @@ -19,7 +19,6 @@ package Koha::Patron::Modification; use Modern::Perl; -use Carp; use Koha::Database; use Koha::Exceptions::Patron::Modification; @@ -27,9 +26,9 @@ use Koha::Patron::Attribute; use Koha::Patron::Attributes; use Koha::Patron::Modifications; -use JSON; -use List::MoreUtils qw( uniq any ); -use Try::Tiny; +use JSON qw( from_json ); +use List::MoreUtils qw( any uniq ); +use Try::Tiny qw( catch try ); use base qw(Koha::Object);