Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

perl-Test-RequiresInternet-0.05-25.el10_0 RPM for noarch

From EPEL 10.1 for x86_64 / Packages / p

Name: perl-Test-RequiresInternet Distribution: Fedora Project
Version: 0.05 Vendor: Fedora Project
Release: 25.el10_0 Build date: Tue Sep 3 17:42:54 2024
Group: Unspecified Build host: buildhw-a64-19.iad2.fedoraproject.org
Size: 25363 Source RPM: perl-Test-RequiresInternet-0.05-25.el10_0.src.rpm
Packager: Fedora Project
Url: https://metacpan.org/release/Test-RequiresInternet
Summary: Easily test network connectivity
This module is intended to easily test network connectivity before functional
tests begin to non-local Internet resources. It does not require any modules
beyond those supplied in core Perl.

If you do not specify a host/port pair, then the module defaults to using
www.google.com on port 80. You may optionally specify the port by its name, as
in http or ldap. If you do this, the test module will attempt to look up the
port number using getservbyname. If you do specify a host and port, they must
be specified in pairs. It is a fatal error to omit one or the other.

If the environment variable NO_NETWORK_TESTING is set, then the tests will be
skipped without attempting any socket connections.

If the sockets cannot connect to the specified hosts and ports, the exception
is caught, reported and the tests skipped.

Provides

Requires