Description
Perl tests can skip or require checks based on whether a module is available in the current environment. This helps optional feature tests run only when their dependencies are present.
It is a developer testing library. Skips should be visible so missing optional dependencies do not hide important test coverage by accident.