libarray-unique-perl 0.09-1 source package in Ubuntu

Changelog

libarray-unique-perl (0.09-1) unstable; urgency=medium

  [ Joenio Marques da Costa ]
  * Import upstream version 0.09.
  * d/control: add libtie-ixhash-perl dependency
  * update Standards-Version = 4.6.2
  * d/control: add uploader

  [ gregor herrmann ]
  * Add years of upstream copyright.
  * Set Rules-Requires-Root: no.
  * Add debian/upstream/metadata.
  * Don't install incomplete manpages of sub-modules.

 -- Joenio Marques da Costa <email address hidden>  Wed, 06 Sep 2023 19:23:22 +0530

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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-unique-perl_0.09-1.dsc 2.4 KiB 0157f767331048fbf9e221b155d9282ccd6ac4d09283cbde3b5d428ed6e7a08a
libarray-unique-perl_0.09.orig.tar.gz 13.6 KiB 653ce782b482800ece0bb0558e98f7a8f1986f41631261b9bb1598ab7accddf7
libarray-unique-perl_0.09-1.debian.tar.xz 2.8 KiB 8df7d495ba0bb25d3f1d7fa043373e469a1e5867d59abc0c41bb15dd41487d53

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.