]> git.proxmox.com Git - pve-common.git/blobdiff - data/PVE/INotify.pm
use warnings everywhere.
[pve-common.git] / data / PVE / INotify.pm
index 0f04dd299cf3fa840b60f09cd2c577d7a42c38da..5b174333ce44939ec9e59b6ea39a4aa74e04e93c 100644 (file)
@@ -3,6 +3,8 @@ package PVE::INotify;
 # todo: maybe we do not need update_file() ?
 
 use strict;
+use warnings;
+
 use POSIX;
 use IO::File;
 use IO::Dir;