[freeside-commits] freeside/FS/FS Daemon.pm,1.1,1.2

Ivan,,, ivan at wavetail.420.am
Fri Mar 17 06:56:29 PST 2006


Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv10521

Modified Files:
	Daemon.pm 
Log Message:
use IO::File, lucky this never threw an error...

Index: Daemon.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/Daemon.pm,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Daemon.pm	25 Apr 2005 09:33:34 -0000	1.1
+++ Daemon.pm	17 Mar 2006 14:56:27 -0000	1.2
@@ -5,6 +5,7 @@
 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



More information about the freeside-commits mailing list