libio-multiplex-perl 1.16-3 source package in Ubuntu

Changelog

libio-multiplex-perl (1.16-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libio-multiplex-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 15:49:28 +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 main perl
Noble release main perl
Mantic release main perl
Lunar release main perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libio-multiplex-perl_1.16-3.dsc 2.2 KiB d38101e593602b288a3d67c9b0b39eb3eff14762c0f34dd33eb77761a4f1a687
libio-multiplex-perl_1.16.orig.tar.gz 15.6 KiB 74d22c44b5ad2e7190e2786e8a17d74bbf4cef89b4d1157ba33598b5a2720dad
libio-multiplex-perl_1.16-3.debian.tar.xz 3.4 KiB 2f71aac1d2baae17f3ab5298f50324af5d12086013973aba87b8c3225d5dcd29

Available diffs

No changes file available.

Binary packages built by this source

libio-multiplex-perl: object-oriented interface to select() for Perl

 IO::Multiplex is designed to take the effort out of managing
 multiple file handles. It is essentially a really fancy front end to
 the select() system call. In addition to maintaining the select()
 loop, it buffers all input and output to/from the file handles. It
 can also accept incoming connections on one or more listen sockets.