libarray-unique-perl 0.08-2.1 source package in Ubuntu

Changelog

libarray-unique-perl (0.08-2.1) unstable; urgency=medium

  * Non maintainer upload by the Reproducible Builds team.
  * No source change upload to rebuild on buildd with .buildinfo files.

 -- Holger Levsen <email address hidden>  Mon, 28 Dec 2020 13:40:12 +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
Jammy release universe perl

Builds

Hirsute: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-unique-perl_0.08-2.1.dsc 2.1 KiB 4bc5e493406a5c772a72d5e755c52f57e9d9f32fca4f0665010d686689c981cf
libarray-unique-perl_0.08.orig.tar.gz 8.6 KiB 3d5440c90c9caa09900868ad2ba5f84ea52e704af8ce3016d8ee0e6173f271d2
libarray-unique-perl_0.08-2.1.debian.tar.xz 2.2 KiB 1fe74630ffc842de250bebcad2d10200d3a3eee9c4b38c7f82af367311dfd5a5

Available diffs

No changes file available.

Binary packages built by this source

libarray-unique-perl: Tie-able array that allows only unique values

 Array::Unique lets you create an array which will allow only one occurrence of
 any value. In other words, no matter how many times you put in 42, it will keep
 only the first occurrence and the rest will be dropped.
 .
 Uniqueness is checked with the 'eq' operator so among other things it is case
 sensitive. As a side effect, the module does not allow undef as a value in the
 array.