libfile-queue-perl 1.01a-3 source package in Ubuntu

Changelog

libfile-queue-perl (1.01a-3) unstable; urgency=medium

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

  [ Debian Janitor ]
  * Bump debhelper from old 10 to 12.
  * Set debhelper-compat version in Build-Depends.

  [ gregor herrmann ]
  * debian/watch: use uscan version 4.

 -- Jelmer Vernooij <email address hidden>  Mon, 13 Jun 2022 22:27:19 +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
libfile-queue-perl_1.01a-3.dsc 2.1 KiB 6c9ff719ca4c0d71eb66541eac1962a9cff6fb8e6cf69355660e11a9d70fd762
libfile-queue-perl_1.01a.orig.tar.gz 11.1 KiB 2cb9e7c42b135697c9dffee460f4c60c9968c0100a1f228220cb1af1c3d23c93
libfile-queue-perl_1.01a-3.debian.tar.xz 2.1 KiB 10fd457cf387cfa70b3537d8e3e0bfaa3c7fdfd0bd8e398d84375271fec0e0f8

Available diffs

No changes file available.

Binary packages built by this source

libfile-queue-perl: Perl module providing a persistent FIFO Queue using a file

 File::Queue allows for the creation of persistent First In, First Out (FIFO)
 queue objects, saving data in a file. Queue elements can only be scalars; if
 you want to work with references or other complex data structures, you have
 to serialize them first. This module was written with speed in mind, and is
 indeed very fast, but one should take care to understand its limitations.