Description
Perl test suites can check whether code calls exit without letting that exit stop the full test process. This is useful for command-line tools, error paths, and libraries that intentionally terminate under certain conditions.
It is a developer testing library. Tests should make clear which exit codes are expected so real crashes are not mistaken for intended behavior.