diff options
| author | Ivan Kohler <ivan@freeside.biz> | 2015-12-13 15:28:57 -0800 |
|---|---|---|
| committer | Mitch Jackson <mitch@freeside.biz> | 2018-10-09 18:35:53 -0400 |
| commit | 79800f746bcbea85297b8ec0a94f19a75ed080d0 (patch) | |
| tree | 48e74122cf56b54b03c1b982dd87964d115c4371 /FS/bin | |
| parent | 828f56957dcd4fb4409eccc8436bf935aa47a8c6 (diff) | |
JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'FS/bin')
| -rw-r--r-- | FS/bin/freeside-cdr-portaone-import | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-cdr-portaone-import b/FS/bin/freeside-cdr-portaone-import index 855f68fdd..dfd130bbb 100644 --- a/FS/bin/freeside-cdr-portaone-import +++ b/FS/bin/freeside-cdr-portaone-import @@ -5,7 +5,7 @@ use strict; use Date::Format 'time2str'; use Date::Parse 'str2time'; use Getopt::Long; -use JSON; +use Cpanel::JSON::XS; use Net::HTTPS::Any qw(https_post); use Time::Local; |
