]> git.proxmox.com Git - pve-manager.git/commitdiff
aplinfo: use warnings
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 23 Aug 2016 14:27:22 +0000 (16:27 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 24 Aug 2016 08:10:07 +0000 (10:10 +0200)
PVE/APLInfo.pm

index 6105f44756b567d94098b6a295e17e795ad084f5..3bb261fcb4c9cde26b33fb29732069eea100cb8d 100644 (file)
@@ -1,6 +1,7 @@
 package PVE::APLInfo;
 
 use strict;
+use warnings;
 use IO::File;
 use PVE::SafeSyslog;
 use PVE::Tools;