fixing changes
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
2
2eced271 30.05
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
9
10 * MooseX::Daemonize::Core
11 - the core daemonization methods are here
12 - added tests for this
8ac4733f 13
14 * MooseX::Daemonize::WithPidFile
8a4b7cfc 15 - the PID file handling is added to the core here
16 - added tests for this
8ac4733f 17
18 * MooseX::Daemonize::Pid
19 - added this package to replace the File::Pid stuff
20
d8985b7d 21 * MooseX::Daemonize::Pid::File
8ac4733f 22 - added this package to replace the File::Pid stuff, it is a subclass
23 of MooseX::Daemonize::Pid (stevan)
2eced271 24 - added tests for this (stevan)
b916501e 25
260.04 2007-11-11
27 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.
28
290.03 2007-10-22
30 - Add File::Slurp to dependencies so our tests pass better
31
320.02 Sept 19, 2007
33 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
e7a196e7 34 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 35 - Added is_daemon attribute
36 - Added another fork to make sure we short circuit out of the daemonize process properly
37 - Switch to File::Pid
7ada91b8 38 - Add the GetOpt prereq
b916501e 39 - Adjust the kill timings
40 - Added THANKS to pod
7ada91b8 41
a4952679 420.0.1 Wed May 16 11:46:56 2007
43 Initial release.
44