backport fix, #71955
authorMark Wells <mark@freeside.biz>
Mon, 22 Aug 2016 18:24:21 +0000 (11:24 -0700)
committerMark Wells <mark@freeside.biz>
Mon, 22 Aug 2016 18:24:21 +0000 (11:24 -0700)
FS/FS/cdr.pm

index 155090d..756bc77 100644 (file)
@@ -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 );