libtest-requiresinternet-perl 0.05-1 source package in Ubuntu

Changelog

libtest-requiresinternet-perl (0.05-1) unstable; urgency=medium

  * Drop debian/tests/control, add Testsuite field to debian/control
    instead.

  * Import upstream version 0.05.
  * Update years of packaging copyright.
  * Declare compliance with Debian Policy 3.9.6.
  * Bump debhelper compatibility level to 9.
  * Add netbase to Depends.
    The module needs /etc/protocols, and netbase is not essential.
    Thanks to autopkgtest.

 -- gregor herrmann <email address hidden>  Fri, 04 Sep 2015 21:29:58 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libtest-requiresinternet-perl_0.05-1.dsc 2.3 KiB 8374c397f64bb9afe33c607744b8293cd7ba15c0ef38a52c4cb675266c4e115a
libtest-requiresinternet-perl_0.05.orig.tar.gz 10.8 KiB bba7b32a1cc0d58ce2ec20b200a7347c69631641e8cae8ff4567ad24ef1e833e
libtest-requiresinternet-perl_0.05-1.debian.tar.xz 2.0 KiB 35d9dcb4b9a69ab5c26b348e7106d2c85988b24bcbc0d2b07d7c0e65b4d01d8b

Available diffs

No changes file available.

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.