From: Thomas Lamprecht Date: Fri, 22 Nov 2019 18:30:17 +0000 (+0100) Subject: CLIHandler: record missing JSONSchema usage X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=commitdiff_plain;h=e2f2c2d0262163197b1367299990698bc5a93541 CLIHandler: record missing JSONSchema usage Signed-off-by: Thomas Lamprecht --- diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index 86c90fb..249c7cc 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandler.pm @@ -8,6 +8,7 @@ use Scalar::Util qw(weaken); use PVE::SafeSyslog; use PVE::Exception qw(raise raise_param_exc); +use PVE::JSONSchema; use PVE::RESTHandler; use PVE::PTY; use PVE::INotify;