From cb60e14cfc370173751b02ed54f8ccf922d24573 Mon Sep 17 00:00:00 2001 From: Ilia Ross Date: Mon, 22 Jul 2024 13:40:44 +0300 Subject: [PATCH] Update JSON dependency to JSON::PP https://github.com/webmin/webmin/issues/2222 --- stats.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.pl b/stats.pl index 6d8177854..f1f4543ed 100755 --- a/stats.pl +++ b/stats.pl @@ -9,7 +9,7 @@ use lib ("$ENV{'PERLLIB'}/vendor_perl"); use Net::WebSocket::Server; use utf8; -use JSON; +use JSON::PP; our ($current_theme); require($ENV{'THEME_ROOT'} . "/stats-lib.pl");