X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdeploy_zone.pm;h=ee683213391429ddca0a605bb170fe806686c0e9;hb=2c94fadec581ea4decc7eb425ce78f6013703860;hp=71129cf44f8e242004e36f69e2e8978a172f5db3;hpb=cace897d9c5fbe1f80277b0cb14e85c9d2272cf1;p=freeside.git diff --git a/FS/FS/deploy_zone.pm b/FS/FS/deploy_zone.pm index 71129cf44..ee6832133 100644 --- a/FS/FS/deploy_zone.pm +++ b/FS/FS/deploy_zone.pm @@ -6,7 +6,7 @@ use FS::Record qw( qsearch qsearchs dbh ); use Storable qw(thaw); use MIME::Base64; -use JSON qw(encode_json decode_json) ; +use Cpanel::JSON::XS; use LWP::UserAgent; use HTTP::Request::Common;