demand Module::Install 0.75
[gitmo/MooseX-Daemonize.git] / Changes
CommitLineData
a4952679 1Revision history for MooseX-Daemonize
2
f4896eec 30.08
4 * t/
5 - Removed usage of Cwd in favour of a temporary dir to prevent test fails
6 when running in an unwritable dir
7
df3c463b 80.07 Saturday, May 24, 2008
b38ab84f 9 * MooseX::Daemonize
df3c463b 10 - Made default pidbase '/var/run' rather
11 than './var/run'
12
13 * t/
14 - Small fixups to pidfile testing in
15 t/31.with_pid_file_and_poe.t
16
17 ~ Removed the Build.PL since Module::Install
18 has removed their support
b38ab84f 19
2a0d9919 200.06 Fri. Dec. 21, 2007
2eced271 21 * MooseX::Daemonize
8ac4733f 22 - Fix logic that kills process so it doens't always warn
23 about undead process
2eced271 24 - Added stop_timeout to allow user to control timings.
8ac4733f 25 - Refactored to roles
fe0eeebc 26 - removed Proc::Daemon dependency
27 - removed File::Pid dependency
92cf56b7 28 - added exit_code and status_message to capture the
29 exit code and a status message :)
30 - refactored start/stop/restart to use these
31 - added tests for this
32 - added a &status command which returns a bool telling
33 you if the daemon is running or not
34 - added tests for this
fe0eeebc 35
36 * Test::MooseX::Daemonize
37 - updated docs
38 - removed Proc::Daemon dependency
8ac4733f 39
40 * MooseX::Daemonize::Core
41 - the core daemonization methods are here
42 - added tests for this
8ac4733f 43
44 * MooseX::Daemonize::WithPidFile
8a4b7cfc 45 - the PID file handling is added to the core here
46 - added tests for this
8ac4733f 47
48 * MooseX::Daemonize::Pid
49 - added this package to replace the File::Pid stuff
50
d8985b7d 51 * MooseX::Daemonize::Pid::File
8ac4733f 52 - added this package to replace the File::Pid stuff, it is a subclass
53 of MooseX::Daemonize::Pid (stevan)
2eced271 54 - added tests for this (stevan)
b916501e 55
2a0d9919 560.05 2007-11-18
57 - Fix logic that kills process so it doens't always warn
58 about undead process
59 - Added stop_timeout to allow user to control timings.
60
b916501e 610.04 2007-11-11
fe0eeebc 62 - Fix stupid perlcritic.t cause the Module::Starter::PBP tests were
63 stupid but I didn't realize it.
b916501e 64
650.03 2007-10-22
66 - Add File::Slurp to dependencies so our tests pass better
67
680.02 Sept 19, 2007
fe0eeebc 69 - Fixed bug where sometimes the pidfile is writeable but pidbase is not -- reported by dec
70 - Fixed bug where the pidfile wasn't being updated properly -- reported by dec
b916501e 71 - Added is_daemon attribute
72 - Added another fork to make sure we short circuit out of the daemonize process properly
73 - Switch to File::Pid
7ada91b8 74 - Add the GetOpt prereq
b916501e 75 - Adjust the kill timings
76 - Added THANKS to pod
7ada91b8 77
a4952679 780.0.1 Wed May 16 11:46:56 2007
79 Initial release.
80