Bug 17600: Standardize our EXPORT_OK
[srvgit] / Koha / SharedContent.pm
index 7082fe0..0c5e406 100644 (file)
@@ -18,7 +18,7 @@ package Koha::SharedContent;
 # along with Koha; if not, see <http://www.gnu.org/licenses>.
 
 use Modern::Perl;
-use JSON;
+use JSON qw( from_json to_json );
 use HTTP::Request;
 use LWP::UserAgent;