Subject: | In Init() make "$SIG{'HUP'} = 'IGNORE';" -> "local $SIG{'HUP'} = 'IGNORE';" |
$SIG{'HUP'} = 'IGNORE';
woudl be better off as
local $SIG{'HUP'} = 'IGNORE';
in case they had set it previously, it won't get wiped out :)
thanks!
This queue is for tickets about the Proc-Daemon CPAN distribution.
The Basics
People
|
Bug Information
|