From 6949aa3633144ecf786bfa35355978d723b3c75e Mon Sep 17 00:00:00 2001 From: Mark Wells Date: Mon, 22 Aug 2016 11:24:21 -0700 Subject: [PATCH] backport fix, #71955 --- FS/FS/cdr.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FS/FS/cdr.pm b/FS/FS/cdr.pm index 155090dbd..756bc77e9 100644 --- a/FS/FS/cdr.pm +++ b/FS/FS/cdr.pm @@ -28,7 +28,7 @@ use FS::rate_detail; # LRN lookup use LWP::UserAgent; use HTTP::Request::Common qw(POST); -use Cpanel::JSON::XS qw(decode_json); +use JSON::XS qw(decode_json); @ISA = qw(FS::Record); @EXPORT_OK = qw( _cdr_date_parser_maker _cdr_min_parser_maker ); -- 2.11.0