From: Fabian Grünbichler Date: Tue, 23 Aug 2016 14:27:22 +0000 (+0200) Subject: aplinfo: use warnings X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=bb934324a5716b7cc973c3c1833dc56c705c9099;p=pve-manager-legacy.git aplinfo: use warnings --- diff --git a/PVE/APLInfo.pm b/PVE/APLInfo.pm index 6105f447..3bb261fc 100644 --- a/PVE/APLInfo.pm +++ b/PVE/APLInfo.pm @@ -1,6 +1,7 @@ package PVE::APLInfo; use strict; +use warnings; use IO::File; use PVE::SafeSyslog; use PVE::Tools;