The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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.