[pve-devel] [PATCH storage 06/26] common: use v5.36
Wolfgang Bumiller
w.bumiller at proxmox.com
Tue Jul 29 13:15:19 CEST 2025
Signed-off-by: Wolfgang Bumiller <w.bumiller at proxmox.com>
---
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;
--
2.47.2
More information about the pve-devel
mailing list