1 Revision history for MooseX-Daemonize
5 - Fix logic that kills process so it doens't always warn
7 - Added stop_timeout to allow user to control timings.
10 * MooseX::Daemonize::Core
11 - the core daemonization methods are here
12 - added tests for this
14 * MooseX::Daemonize::WithSignalHandling
15 - the SIG handling is here
17 * MooseX::Daemonize::WithPidFile
18 - the PID file handling is here, and
19 delegates to the classes below
21 * MooseX::Daemonize::Pid
22 - added this package to replace the File::Pid stuff
24 * MooseX::Daemonize::Pid::File
25 - added this package to replace the File::Pid stuff, it is a subclass
26 of MooseX::Daemonize::Pid (stevan)
27 - added tests for this (stevan)
30 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.
33 - Add File::Slurp to dependencies so our tests pass better
36 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
37 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
38 - Added is_daemon attribute
39 - Added another fork to make sure we short circuit out of the daemonize process properly
41 - Add the GetOpt prereq
42 - Adjust the kill timings
45 0.0.1 Wed May 16 11:46:56 2007