summaryrefslogtreecommitdiff
path: root/httemplate/misc
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 /httemplate/misc
parent6d769244a6aa43877c04e227637c80ae1f0a410b (diff)
JSON::XS -> Cpanel::JSON::XS
Diffstat (limited to 'httemplate/misc')
-rw-r--r--httemplate/misc/xmlhttp-mib-browse.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/httemplate/misc/xmlhttp-mib-browse.html b/httemplate/misc/xmlhttp-mib-browse.html
index f3084ff6f..6b008538e 100644
--- a/httemplate/misc/xmlhttp-mib-browse.html
+++ b/httemplate/misc/xmlhttp-mib-browse.html
@@ -1,5 +1,5 @@
%#<% Data::Format::HTML->new->format($index{by_path}) %>
-% my $json = "JSON"->new->canonical;
+% my $json = Cpanel::JSON::XS->new->canonical;
<% $json->encode($result) %>
<%init>
#<%once> #enable me in production