libthread-queue-any-perl 1.16-3 source package in Ubuntu

Changelog

libthread-queue-any-perl (1.16-3) unstable; urgency=medium

  [ Debian Janitor ]
  * Apply multi-arch hints. + libthread-queue-any-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Sat, 22 Oct 2022 01:43:17 +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
Noble release universe perl
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libthread-queue-any-perl_1.16-3.dsc 2.1 KiB a2e3886328a17e7616d847211bad8c8881d61cf32db15908fcf88161746cc4fa
libthread-queue-any-perl_1.16.orig.tar.gz 12.1 KiB 92a01c48499ae9320056489e1ce5c6b65e34047ff4847e641b652afc22d812bd
libthread-queue-any-perl_1.16-3.debian.tar.xz 2.6 KiB 45fd290c1fefb87d49092efeb9ffd898ebd70c43f8972356b58b1795c473cfa5

Available diffs

No changes file available.

Binary packages built by this source

libthread-queue-any-perl: module implementing thread-safe queues for any data-structure

 A queue, as implemented by Thread::Queue::Any is a thread-safe data structure
 that inherits from Thread::Queue. But unlike the standard Thread::Queue, you
 can pass (a reference to) any data structure to the queue.