Thu, 03 Oct 2024 16:36:04 CST | login

Information for build perl-Test-RequiresInternet-0.05-9.module+el8.6.0+476+77a4471c

ID18555
Package Nameperl-Test-RequiresInternet
Version0.05
Release9.module+el8.6.0+476+77a4471c
Epoch
Sourcegit+https://git.cclinux.org/stage/rpms/perl-Test-RequiresInternet#de30c0801c030ee30db04541907d6a1d9cc7db01
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 bymbs
State complete
Volume DEFAULT
StartedThu, 19 May 2022 00:23:11 CST
CompletedThu, 19 May 2022 00:24:44 CST
Taskbuild (module-77a4471c47b0200d, /stage/rpms/perl-Test-RequiresInternet:de30c0801c030ee30db04541907d6a1d9cc7db01)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/perl-Test-RequiresInternet?#de30c0801c030ee30db04541907d6a1d9cc7db01'}}
Tags
module-perl-libwww-perl-6.34-8060020220518093808-5e590cab
module-perl-libwww-perl-6.34-8060020220518093808-5e590cab-build
RPMs
src
perl-Test-RequiresInternet-0.05-9.module+el8.6.0+476+77a4471c.src.rpm (info) (download)
noarch
perl-Test-RequiresInternet-0.05-9.module+el8.6.0+476+77a4471c.noarch.rpm (info) (download)
Logs
noarch
build.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
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