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=609801c5605774778f0005f66fd306aabe78b02c;p=pve-manager.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;