Bug 17600: Standardize our EXPORT_OK
[srvgit] / C4 / Output / JSONStream.pm
index 816ede8..a16143c 100644 (file)
@@ -39,7 +39,7 @@ This module allows you to build JSON incrementally.
 use strict;
 use warnings;
 
-use JSON;
+use JSON qw( to_json );
 
 sub new {
     my $class = shift;