From: ivan Date: Fri, 17 Mar 2006 14:56:27 +0000 (+0000) Subject: use IO::File, lucky this never threw an error... X-Git-Tag: BEFORE_FINAL_MASONIZE~192 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=96fde39e747fdc5c618b5a92ec354384931cf317 use IO::File, lucky this never threw an error... --- 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