X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FSubscription.pm;h=45d1c09fa0d417d64663552e558a7160d39a5c69;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=07ab1681770ca8b373f310b7345628deb5cca0e8;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/Koha/Subscription.pm b/Koha/Subscription.pm index 07ab168177..45d1c09fa0 100644 --- a/Koha/Subscription.pm +++ b/Koha/Subscription.pm @@ -19,7 +19,6 @@ package Koha::Subscription; use Modern::Perl; -use Carp; use Koha::Database; use Koha::Biblios; @@ -28,7 +27,6 @@ use Koha::Biblioitems; use Koha::Subscriptions; use Koha::Subscription::Frequencies; use Koha::Subscription::Numberpatterns; -use JSON; use base qw(Koha::Object Koha::Object::Mixin::AdditionalFields);