60458f293ab183d1a773b118c3c149c75aa18fea
[gitmo/MooseX-Daemonize.git] / Changes
1 Revision history for MooseX-Daemonize
2
3 0.05
4     * MooseX::Daemonize
5       - Fix logic that kills process so it doens't always warn about undead 
6         process
7       - Added stop_timeout to allow user to control timings.
8     
9     * MooseX::Daemonize::Pid::File
10       - added this package to replace the File::Pid stuff (stevan)
11         - added tests for this (stevan)
12
13 0.04 2007-11-11
14     - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were stupid but I didn't realize it.
15
16 0.03 2007-10-22
17     - Add File::Slurp to dependencies so our tests pass better
18
19 0.02 Sept 19, 2007
20     - Fixed bug where sometimes the pidfile is writeable but pidbase is not --  reported by dec 
21     - Fixed bug where the pidfile wasn't being updated properly --  reported by dec 
22     - Added is_daemon attribute
23     - Added another fork to make sure we short circuit out of the daemonize process properly
24     - Switch to File::Pid
25     - Add the GetOpt prereq
26     - Adjust the kill timings
27     - Added THANKS to pod
28
29 0.0.1  Wed May 16 11:46:56 2007
30        Initial release.
31