File: control

package info (click to toggle)
libtest-requiresinternet-perl 0.05-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 136 kB
  • ctags: 6
  • sloc: perl: 86; makefile: 5
file content (29 lines) | stat: -rw-r--r-- 1,232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Source: libtest-requiresinternet-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: gregor herrmann <gregoa@debian.org>
Section: perl
Priority: optional
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: perl,
                     netbase
Standards-Version: 3.9.6
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libtest-requiresinternet-perl.git
Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-requiresinternet-perl.git
Testsuite: autopkgtest-pkg-perl
Homepage: https://metacpan.org/release/Test-RequiresInternet

Package: libtest-requiresinternet-perl
Architecture: all
Depends: ${misc:Depends},
         ${perl:Depends},
         netbase
Description: 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.