liblwp-online-perl 1.08-3 source package in Ubuntu

Changelog

liblwp-online-perl (1.08-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Set upstream metadata fields: Repository.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
  * Update standards version to 4.1.5, no changes needed.
  * Apply multi-arch hints. + liblwp-online-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sun, 04 Dec 2022 13:46:20 +0000

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe perl
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
liblwp-online-perl_1.08-3.dsc 2.1 KiB 40d0d49debb851b49873890bcbedb1d78f8974ba9ada0b806bc5d4e709498471
liblwp-online-perl_1.08.orig.tar.gz 31.5 KiB e26f91b7781f2a6d3b8c364961d5e74fae660d202dc97e3c88288030d736ce9c
liblwp-online-perl_1.08-3.debian.tar.xz 3.3 KiB 9efa8fb7caafb1031b46e27c346c79db2ff9027f7789c33d0b0a260b21e80adc

Available diffs

No changes file available.

Binary packages built by this source

liblwp-online-perl: 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.