[pve-devel] [PATCH RFC manager 6/8] aplinfo: use warnings

Fabian Grünbichler f.gruenbichler at proxmox.com
Tue Aug 23 16:27:22 CEST 2016


---
 PVE/APLInfo.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/PVE/APLInfo.pm b/PVE/APLInfo.pm
index ca5d610..6f02ad6 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;
-- 
2.1.4





More information about the pve-devel mailing list