X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=data%2FPVE%2FINotify.pm;h=5b174333ce44939ec9e59b6ea39a4aa74e04e93c;hp=0f04dd299cf3fa840b60f09cd2c577d7a42c38da;hb=c36f332e32c91a66401b1b2a5005fff8168212df;hpb=b98a06a32c7634c3c17262be270cc402dbebbe55 diff --git a/data/PVE/INotify.pm b/data/PVE/INotify.pm index 0f04dd2..5b17433 100644 --- a/data/PVE/INotify.pm +++ b/data/PVE/INotify.pm @@ -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;