libpoe-component-client-ping-perl 1.177-1 source package in Ubuntu

Changelog

libpoe-component-client-ping-perl (1.177-1) unstable; urgency=medium

  * Import upstream version 1.177.

 -- gregor herrmann <email address hidden>  Mon, 15 Feb 2021 21:35:20 +0100

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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libpoe-component-client-ping-perl_1.177-1.dsc 2.5 KiB a65b4237b49fe973343b1fd8a2c4aeb1baebfd6d7242647b408cf28ede00747d
libpoe-component-client-ping-perl_1.177.orig.tar.gz 15.4 KiB b33b2bf9c12aa97662f0883255fbea4f0ae4450199ac13e76f0129ab0a1912d4
libpoe-component-client-ping-perl_1.177-1.debian.tar.xz 3.0 KiB 808568f1a07c0c7a6353d0149f194f9d3074f34c44cae32b689bd515cc77cc00

Available diffs

No changes file available.

Binary packages built by this source

libpoe-component-client-ping-perl: ICMP ping client component for POE

 POE::Component::Client::Ping is an asynchronous, event driven client
 for ICMP ping. It accepts events containing the specifics of ICMP
 ping requests, and it returns events carrying the results of those
 pings.
 .
 Ping client components are not proper objects. Instead of being
 created, as most objects are, they are "spawned" as separate sessions.
 To avoid confusion (and hopefully not cause other confusion), they
 must be spawned with a spawn method, not created anew with a new
 one.