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