From a4ccd556996d5d4de56fd1d4d971a11ccb5bf50d Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Sat, 24 Mar 2012 15:36:40 +0000 Subject: add a FIXME note --- lib/Iurt/Config.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Iurt/Config.pm') diff --git a/lib/Iurt/Config.pm b/lib/Iurt/Config.pm index 0b27dc8..83251dd 100644 --- a/lib/Iurt/Config.pm +++ b/lib/Iurt/Config.pm @@ -214,6 +214,7 @@ sub dump_cache_par { if (!$status) { unlink $filename; link "$filename.tmp.$daydate", $filename; + # FIXME: File::lockf isn't use(d) or require(d) and isn't even in the distro File::lockf::ulock($file); } else { plog('WARN', "WARNING: locking the cache file $filename failed (status $status $!), try to lock manually"); -- cgit v1.2.1