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