Thu, 30 May 2024 07:19:48 UTC | login

Information for build perl-Test-RequiresInternet-0.05-9.fc28

ID41373
Package Nameperl-Test-RequiresInternet
Version0.05
Release9.fc28
Epoch
SummaryEasily test network connectivity
DescriptionThis 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.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 08 Jun 2018 10:59:53 UTC
CompletedFri, 08 Jun 2018 10:59:53 UTC
Tags
f29
RPMs
src
perl-Test-RequiresInternet-0.05-9.fc28.src.rpm (info) (download)
noarch
perl-Test-RequiresInternet-0.05-9.fc28.noarch.rpm (info) (download)
Changelog * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Sun Jun 04 2017 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-7 - Perl 5.26 rebuild * Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Sun May 15 2016 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-5 - Perl 5.24 rebuild * Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.05-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.05-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Wed Jun 03 2015 Jitka Plesnikova <jplesnik@redhat.com> - 0.05-2 - Perl 5.22 rebuild * Tue May 26 2015 Paul Howarth <paul@city-fan.org> - 0.05-1 - Update to 0.05 - Fix test error when NO_NETWORK_TESTING is set (CPAN RT#101996, GH#3) * Thu Jan 29 2015 Paul Howarth <paul@city-fan.org> - 0.04-1 - Update to 0.04 - Test::More prior to 0.88 (included with perl 5.10.1) does not support the done_testing() function; revert to a test plan to support older perls (GH#2) * Mon Jan 26 2015 Paul Howarth <paul@city-fan.org> - 0.03-2 - Sanitize for Fedora submission * Mon Jan 26 2015 Paul Howarth <paul@city-fan.org> - 0.03-1 - Initial RPM version