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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

  [ Salvatore Bonaccorso ]
  * Update Vcs-* headers for switch to salsa.debian.org

  [ gregor herrmann ]
  * Drop override_dh_compress. debhelper in compat level 12 doesn't
    compress examples anymore.

  [ Debian Janitor ]
  * Update standards version to 4.4.1, no changes needed.

 -- Jelmer Vernooij <email address hidden>  Wed, 15 Jun 2022 00:52:11 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

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

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.