Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 6059
Status: resolved
Priority: 0/
Queue: POE

People
Owner: RCAPUTO [...] cpan.org
Requestors: SUNGO [...] cpan.org
Cc:
AdminCc:

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



Subject: SIGSTOP, SIGTSTP, and SIGCONT support.
These signals require special handling, as described below. We are not pursuing this, as two other projects have or will resolve it. First, POE::Component::TSTP exists and adds support for ^Z/Ctrl-Z in POE programs. Second, once _signal is fully deprecated we can stop registering handlers for everything. SIGTSTP will suspend the program by default. [ From http://poe.perl.org/?POE_RFCs/Signal_Reforms ]