JSON::XS -> Cpanel::JSON::XS
[freeside.git] / FS / FS / deploy_zone.pm
index 7c3a76c..306b4fb 100644 (file)
@@ -6,7 +6,7 @@ use FS::Record qw( qsearch qsearchs dbh );
 use Storable qw(thaw);
 use MIME::Base64;
 
-use Cpanel::JSON::XS qw(encode_json decode_json);
+use Cpanel::JSON::XS;
 use LWP::UserAgent;
 use HTTP::Request::Common;