[pve-devel] [PATCH storage 06/26] common: use v5.36
Fiona Ebner
f.ebner at proxmox.com
Tue Jul 29 15:59:22 CEST 2025
Am 29.07.25 um 1:16 PM schrieb Wolfgang Bumiller:
> 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;
Do you need a specific feature from v5.36? Would be great to have some
context. And should we go for v5.40, since that's what we have in
Trixie? Or are there any reservations about specific language changes?
More information about the pve-devel
mailing list