From e2f2c2d0262163197b1367299990698bc5a93541 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 22 Nov 2019 19:30:17 +0100 Subject: [PATCH] CLIHandler: record missing JSONSchema usage Signed-off-by: Thomas Lamprecht --- src/PVE/CLIHandler.pm | 1 + 1 file changed, 1 insertion(+) 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; -- 2.39.2