POE signal test
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
2
2a0d9919 30.06 Fri. Dec. 21, 2007
2eced271 4 * MooseX::Daemonize
8ac4733f 5 - Fix logic that kills process so it doens't always warn
6 about undead process
2eced271 7 - Added stop_timeout to allow user to control timings.
8ac4733f 8 - Refactored to roles
fe0eeebc 9 - removed Proc::Daemon dependency
10 - removed File::Pid dependency
92cf56b7 11 - added exit_code and status_message to capture the
12 exit code and a status message :)
13 - refactored start/stop/restart to use these
14 - added tests for this
15 - added a &status command which returns a bool telling
16 you if the daemon is running or not
17 - added tests for this
fe0eeebc 18
19 * Test::MooseX::Daemonize
20 - updated docs
21 - removed Proc::Daemon dependency
8ac4733f 22
23 * MooseX::Daemonize::Core
24 - the core daemonization methods are here
25 - added tests for this
8ac4733f 26
27 * MooseX::Daemonize::WithPidFile
8a4b7cfc 28 - the PID file handling is added to the core here
29 - added tests for this
8ac4733f 30
31 * MooseX::Daemonize::Pid
32 - added this package to replace the File::Pid stuff
33
d8985b7d 34 * MooseX::Daemonize::Pid::File
8ac4733f 35 - added this package to replace the File::Pid stuff, it is a subclass
36 of MooseX::Daemonize::Pid (stevan)
2eced271 37 - added tests for this (stevan)
b916501e 38
2a0d9919 390.05 2007-11-18
40 - Fix logic that kills process so it doens't always warn
41 about undead process
42 - Added stop_timeout to allow user to control timings.
43
b916501e 440.04 2007-11-11
fe0eeebc 45 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
46 stupid but I didn't realize it.
b916501e 47
480.03 2007-10-22
49 - Add File::Slurp to dependencies so our tests pass better
50
510.02 Sept 19, 2007
fe0eeebc 52 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
53 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 54 - Added is_daemon attribute
55 - Added another fork to make sure we short circuit out of the daemonize process properly
56 - Switch to File::Pid
7ada91b8 57 - Add the GetOpt prereq
b916501e 58 - Adjust the kill timings
59 - Added THANKS to pod
7ada91b8 60
a4952679 610.0.1 Wed May 16 11:46:56 2007
62 Initial release.
63