From 172c71a64d444e280e1fc645665b5a6c859e71e5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Tue, 29 Jul 2025 13:15:19 +0200 Subject: [PATCH] common: use v5.36 Signed-off-by: Wolfgang Bumiller --- src/PVE/Storage/Common.pm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/PVE/Storage/Common.pm b/src/PVE/Storage/Common.pm index 746a262..222dc76 100644 --- a/src/PVE/Storage/Common.pm +++ b/src/PVE/Storage/Common.pm @@ -1,7 +1,6 @@ package PVE::Storage::Common; -use strict; -use warnings; +use v5.36; use PVE::JSONSchema; use PVE::Syscall;