File: control

package info (click to toggle)
liblwp-online-perl 1.08-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 236 kB
  • sloc: perl: 1,483; makefile: 4
file content (31 lines) | stat: -rw-r--r-- 1,220 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
30
31
Source: liblwp-online-perl
Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
Uploaders: Florian Schlichting <fsfs@debian.org>
Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
Build-Depends-Indep: perl,
                     liburi-perl,
                     libwww-perl
Standards-Version: 4.1.5
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/liblwp-online-perl
Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/liblwp-online-perl.git
Homepage: https://metacpan.org/release/LWP-Online

Package: liblwp-online-perl
Architecture: all
Depends: ${perl:Depends},
         ${misc:Depends},
         liburi-perl,
         libwww-perl
Multi-Arch: foreign
Description: module to check if there is Internet access
 LWP::Online will try to verify, as accurately as it can, if the
 host has any Internet access: it will check if there is basic
 network access, DNS connectivity and it will also check whether
 one from a whole set of transport (HTTP, HTTPS, FTP, and so on) is
 actually available.
 .
 The exported 'online' function can also be used by other modules to
 skip the tests which require Internet connectivity.