libtest-requiresinternet-perl 0.05-ok1 source package in openKylin

Changelog

libtest-requiresinternet-perl (0.05-ok1) yangtze; urgency=medium

  * Build for openkylin.

 -- sufang <email address hidden>  Fri, 02 Sep 2022 10:50:44 +0800

Upload details

Uploaded by:
sufang
Sponsored by:
Cibot
Uploaded to:
Yangtze V1.0
Original maintainer:
Openkylin Developers
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

Publishing See full publishing history

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libtest-requiresinternet-perl_0.05.orig.tar.gz 10.6 KiB c4454c673e3a97cc484588645b2b9622fa80c8b846602f560e377f4d9a9b48a4
libtest-requiresinternet-perl_0.05-ok1.debian.tar.xz 7.8 KiB 6affbfdc6f809292a9157874067ad4e534535d4b057fdb4dccf6450f21c08a74
libtest-requiresinternet-perl_0.05-ok1.dsc 2.0 KiB dd900fa2a2e4af341ea935e2bf538a0ea65804021a7380398197645f87edca27

View changes file

Binary packages built by this source

libtest-requiresinternet-perl: module to easily test network connectivity

 Test::RequiresInternet 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 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.