diff options
-rw-r--r-- | FS/FS/cdr.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |