summaryrefslogtreecommitdiff
path: root/FS/FS/Mason.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2015-12-13 15:28:57 -0800
committerIvan Kohler <ivan@freeside.biz>2015-12-13 15:28:57 -0800
commit2748aaf4aa3f19e17a37edc07e89ee402108900d (patch)
tree02c51b592ad087101f935269c5b664b313657b80 /FS/FS/Mason.pm
parent6d769244a6aa43877c04e227637c80ae1f0a410b (diff)
JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'FS/FS/Mason.pm')
-rw-r--r--FS/FS/Mason.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Mason.pm b/FS/FS/Mason.pm
index acfe571..a2a7617 100644
--- a/FS/FS/Mason.pm
+++ b/FS/FS/Mason.pm
@@ -77,7 +77,7 @@ if ( -e $addl_handler_use_file ) {
use HTML::TableExtract qw(tree);
use HTML::FormatText;
use HTML::Defang;
- use JSON::XS;
+ use Cpanel::JSON::XS;
use MIME::Base64;
use IO::Handle;
use IO::File;