Skip to content

Commit

Permalink
Update JSON dependency to JSON::PP webmin/webmin#2222
Browse files Browse the repository at this point in the history
  • Loading branch information
iliajie committed Jul 22, 2024
1 parent 0ca0f9e commit cb60e14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stats.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit cb60e14

Please sign in to comment.