Subject: | _signal is deprecated in POE 0.27 |
This component uses "_signal => sub {}" to not handle signals. The use
of _signal is deprecated, and POE does the right thing when a _signal
handler isn't present. The suggested fix is to remove the empty _signal
handler.
Use of _signal will be a fatal error in POE 0.27.