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

Changelog

liblwp-online-perl (1.08-1) unstable; urgency=low
  * Team upload.  [ gregor herrmann ]  * debian/control: add missing full stop to long description, thanks to    Rhonda for spotting.  [ Nathan Handler ]  * debian/watch: Update to ignore development releases.  [ Salvatore Bonaccorso ]  * debian/control: Changed: Replace versioned (build-)dependency on    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as    permitted by Debian Policy 3.8.3).  [ Ansgar Burchardt ]  * New upstream release.  * No longer run author tests.  * Use minimal debian/rules with debhelper 8.  * Use source format 3.0 (quilt).  * debian/copyright: Update for new release; refer to "Debian systems" instead    of "Debian GNU/Linux systems"; refer to /usr/share/common-licenses/GPL-1.  * Bump Standards-Version to 3.9.2. -- Ansgar Burchardt <email address hidden>  Sat, 09 Jul 2011 11:26:20 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe perl
Xenial release universe perl
Trusty release universe perl
Precise release universe perl

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
liblwp-online-perl_1.08-1.dsc 2.0 KiB ef5cc74efe945a4561bb83f6f822c86e379478fcbd77c462d87f8745b771d95b
liblwp-online-perl_1.08.orig.tar.gz 31.5 KiB e26f91b7781f2a6d3b8c364961d5e74fae660d202dc97e3c88288030d736ce9c
liblwp-online-perl_1.08-1.debian.tar.gz 2.2 KiB 3bd68b14ec2bed831cbc717c4850755095730f3fffb668b9539149685ecd085a

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.