]> git.proxmox.com Git - pve-installer.git/commitdiff
storage config: use strictures
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jun 2023 13:17:00 +0000 (15:17 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 20 Jun 2023 14:00:47 +0000 (16:00 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Proxmox/Install/StorageConfig.pm

index 6462b1188e7ef80abec11c1102325db6c95290ad..5675d8b8c598e290620b72977c73c65ea4b786fb 100644 (file)
@@ -1,5 +1,8 @@
 package Proxmox::Install::StorageConfig;
 
+use strict;
+use warnings;
+
 use Proxmox::Install::ISOEnv;
 
 sub get_zfs_pool_name {