Source: liblwp-online-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting 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.