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

Changelog

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

  [ Debian Janitor ]
  * Apply multi-arch hints. + libarray-unique-perl: Add Multi-Arch: foreign.

 -- Jelmer Vernooij <email address hidden>  Thu, 13 Oct 2022 17:18:46 +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
Mantic release universe perl
Lunar release universe perl

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-unique-perl_0.08-4.dsc 2.0 KiB fa199ee52bb708b52c4c75657ea91e71a7fea3e0afaa5927a772caaac3d9a3da
libarray-unique-perl_0.08.orig.tar.gz 8.6 KiB 3d5440c90c9caa09900868ad2ba5f84ea52e704af8ce3016d8ee0e6173f271d2
libarray-unique-perl_0.08-4.debian.tar.xz 2.4 KiB e5d9db434e56f3d84d015b6708e9ac37e1acc99cace296632b49f61e2032de7d

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.