Description
Perl test suites can check whether internet connectivity is available before running tests that need a real network. This helps avoid false failures on offline build systems or restricted CI environments.
It is a developer testing library. Network tests should be opt-in or clearly marked, because they can be slow, flaky, and dependent on external services.