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

Changelog

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

  * Team upload.

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

  [ gregor herrmann ]
  * Remove generated file via debian/clean. (Closes: #1046777)
  * Declare compliance with Debian Policy 4.6.2.

 -- gregor herrmann <email address hidden>  Fri, 08 Mar 2024 18:27:21 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libthread-queue-any-perl_1.16-4.dsc 2.4 KiB 9ab638b17692d406e829e554df724783c6f757d10dc856442b46289947a3198e
libthread-queue-any-perl_1.16.orig.tar.gz 12.1 KiB 92a01c48499ae9320056489e1ce5c6b65e34047ff4847e641b652afc22d812bd
libthread-queue-any-perl_1.16-4.debian.tar.xz 2.7 KiB 76ef5e3f59c73e788ac7a1398670e6b03ea5edcb2dcf56209ec8d5dd3d301572

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.