X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fdeploy_zone.pm;h=306b4fb444ee04e4c022fbbc18296acbf61fa04e;hb=79800f746bcbea85297b8ec0a94f19a75ed080d0;hp=7c3a76ca529bf2a15ce8fa177733920e4f4f7f60;hpb=f894f28f646e6a233ccb10624f37d7a5f216279b;p=freeside.git diff --git a/FS/FS/deploy_zone.pm b/FS/FS/deploy_zone.pm index 7c3a76ca5..306b4fb44 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 Cpanel::JSON::XS qw(encode_json decode_json); +use Cpanel::JSON::XS; use LWP::UserAgent; use HTTP::Request::Common;