From: Mark Wells Date: Thu, 10 Mar 2016 09:38:20 +0000 (-0800) Subject: revert to JSON::XS under 3.x, fix for #40056 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=5c845db529c947ca6fabfb3f86fc81f21167f725;p=freeside.git revert to JSON::XS under 3.x, fix for #40056 --- diff --git a/FS/FS/part_export/portaone.pm b/FS/FS/part_export/portaone.pm index cb1373a00..5c2c1cf4f 100644 --- a/FS/FS/part_export/portaone.pm +++ b/FS/FS/part_export/portaone.pm @@ -4,7 +4,7 @@ use strict; use base qw( FS::part_export ); -use Cpanel::JSON::XS; +use JSON::XS; use Net::HTTPS::Any qw(https_post); use FS::Conf;