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