Description
Perl test suites can check code paths that call exit, exec, system, or qx without letting those calls disrupt the whole test run. This is useful for safely testing command wrappers and process-control logic.
It is a developer testing library. Tests around command execution should use harmless fixtures and avoid running real destructive commands.