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

Changelog

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

  [ Salvatore Bonaccorso ]
  * debian/control: Use HTTPS transport protocol for Vcs-Git URI

  [ gregor herrmann ]
  * Remove Xavier Oswald from Uploaders. (Closes: #824299)
  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.

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

  [ Laurent Baillet ]
  * fix lintian file-contains-trailing-whitespace warning

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

  [ Debian Janitor ]
  * Bump debhelper from old 9 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Refer to specific version of license GPL-1+.

 -- Jelmer Vernooij <email address hidden>  Wed, 08 Jun 2022 17:24:18 +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
libarray-unique-perl_0.08-3.dsc 2.0 KiB 6d7632bb0bd74535ce5f9eb49213ef15e359e27f5edd977089506899c434b74e
libarray-unique-perl_0.08.orig.tar.gz 8.6 KiB 3d5440c90c9caa09900868ad2ba5f84ea52e704af8ce3016d8ee0e6173f271d2
libarray-unique-perl_0.08-3.debian.tar.xz 2.3 KiB 769db279cf9ac1c18ff26772d3a04cc4d56d97325961dc5a1d67896ae75d6d5b

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.