From 5c845db529c947ca6fabfb3f86fc81f21167f725 Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Thu, 10 Mar 2016 01:38:20 -0800 Subject: [PATCH] revert to JSON::XS under 3.x, fix for #40056 --- FS/FS/part_export/portaone.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1