use IO::File, lucky this never threw an error...
authorivan <ivan>
Fri, 17 Mar 2006 14:56:27 +0000 (14:56 +0000)
committerivan <ivan>
Fri, 17 Mar 2006 14:56:27 +0000 (14:56 +0000)
FS/FS/Daemon.pm

index 3e64f79..7e0d45c 100644 (file)
@@ -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 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
 use Date::Format;
 
 #this is a simple refactoring of the stuff from freeside-queued, just to