From 96fde39e747fdc5c618b5a92ec354384931cf317 Mon Sep 17 00:00:00 2001 From: ivan Date: Fri, 17 Mar 2006 14:56:27 +0000 Subject: [PATCH] use IO::File, lucky this never threw an error... --- FS/FS/Daemon.pm | 1 + 1 file changed, 1 insertion(+) diff --git a/FS/FS/Daemon.pm b/FS/FS/Daemon.pm index 3e64f79e9..7e0d45c20 100644 --- a/FS/FS/Daemon.pm +++ b/FS/FS/Daemon.pm @@ -5,6 +5,7 @@ use vars qw( $pid_dir $me $pid_file $sigint $sigterm $logfile ); use Exporter; use Fcntl qw(:flock); use POSIX qw(setsid); +use IO::File; use Date::Format; #this is a simple refactoring of the stuff from freeside-queued, just to -- 2.11.0