NAME
Signals::XSIG::Default - enumerate/implement default unhandled signal behavior
DESCRIPTION
Module for emulating the default behavior for all signals in your system. The emulator is used when you have used Signals::XSIG to register more than one handler for a signal, and at least one of those handlers is DEFAULT
.
See Signals::XSIG for much more information.