Am 29.07.25 um 1:16 PM schrieb Wolfgang Bumiller:
> Signed-off-by: Wolfgang Bumiller <w.bumil...@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?


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to