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

Changelog

libarray-unique-perl (0.08-2) unstable; urgency=low

  * Team upload.

  [ gregor herrmann ]
  * debian/control: remove DM-Upload-Allowed since Xavier Oswald is a DD
    now.

  [ Nathan Handler ]
  * debian/watch: Update to ignore development releases.

  [ gregor herrmann ]
  * debian/control: Changed: Switched Vcs-Browser field to ViewSVN
    (source stanza).

  [ Salvatore Bonaccorso ]
  * debian/control: Changed: Replace versioned (build-)dependency on
    perl (>= 5.6.0-{12,16}) with an unversioned dependency on perl (as
    permitted by Debian Policy 3.8.3).

  [ Ansgar Burchardt ]
  * debian/control: Convert Vcs-* fields to Git.

  [ Salvatore Bonaccorso ]
  * Change Vcs-Git to canonical URI (git://anonscm.debian.org)
  * Change search.cpan.org based URIs to metacpan.org based URIs

  [ Axel Beckert ]
  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
    copyright"

  [ gregor herrmann ]
  * Strip trailing slash from metacpan URLs.

  [ Salvatore Bonaccorso ]
  * Update Vcs-Browser URL to cgit web frontend

  [ Niko Tyni ]
  * Declare the package autopkgtestable
  * Update to Standards-Version 3.9.6
  * Switch to dpkg source format 3.0 (quilt)
  * Add explicit build dependency on libmodule-build-perl
  * Switch to debhelper v9 tiny debian/rules

 -- Niko Tyni <email address hidden>  Sat, 06 Jun 2015 20:54:18 +0300

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe perl
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libarray-unique-perl_0.08-2.dsc 2.1 KiB b47d5ce663c3a08d7309e99d03cf55ae432ea983240e12604cd0e2b93ecf6626
libarray-unique-perl_0.08.orig.tar.gz 8.6 KiB 3d5440c90c9caa09900868ad2ba5f84ea52e704af8ce3016d8ee0e6173f271d2
libarray-unique-perl_0.08-2.debian.tar.xz 2.1 KiB e3d0cccb6b46976067879d72f84e41244831dcf7238fded3d5a0b5b0c8ac50ec

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.