Skip Menu |

This queue is for tickets about the Proc-Daemon CPAN distribution.

Report information
The Basics
Id: 21453
Status: resolved
Priority: 0/
Queue: Proc-Daemon

People
Owner: Nobody in particular
Requestors: dmuey [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



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!
Thanks. Done in version 0.04