X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=Koha%2FSharedContent.pm;h=0c5e406caf6b8beaedd1ff80f021878c4d675332;hb=9d6d641d1f8b77271800f43bc027b651f9aea52b;hp=7082fe03a3424a6da7a9f456cf87cd654c16f7fc;hpb=af7e41d1142573666d302a8475274ea58e5c99f4;p=srvgit diff --git a/Koha/SharedContent.pm b/Koha/SharedContent.pm index 7082fe03a3..0c5e406caf 100644 --- a/Koha/SharedContent.pm +++ b/Koha/SharedContent.pm @@ -18,7 +18,7 @@ package Koha::SharedContent; # along with Koha; if not, see . use Modern::Perl; -use JSON; +use JSON qw( from_json to_json ); use HTTP::Request; use LWP::UserAgent;