Revision history for Script-Daemonizer
0.91.02 Fri Jan 18 10:59:45 CET 2013
- Fixed some doc typos
0.91.01 Thu Jan 17 11:52:47 CET 2013
- daemonize() tried to load Tie::Syslog even if both stdout and
stderr were specified in keep => []; fixed this.
0.91.00 Thu Jan 17 10:56:27 CET 2013
- Removed experimental Log::Log4perl support.
0.90.00 Wed Jan 16 16:20:43 CET 2013
- First release. Code is complete as I first thought it, but this all
needs some testing.
0.02_03 - restart(), sigunmask(), doc OK
0.02_02 - sigunmask() tested, doc TBD
0.02_01 - added sigunmask() - to be tested
0.02_00 - implemented restart(), unmask SIGHUP
0.01_02 - fixed _close_fh(); ok w/o Tie::Syslog
0.01_01 - reference implementation complete