libobject-id-perl 0.1.2-2 source package in Ubuntu

Changelog

libobject-id-perl (0.1.2-2) unstable; urgency=low

  * Team upload

  [ gregor herrmann ]
  * debian/control: update {versioned,alternative} (build) dependencies.

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

  [ Xavier Guimard ]
  * Update debian/copyright (years and format)

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

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

  [ Damyan Ivanov ]
  * Mark package as autopkgtestable
  * Declare compliance with Debian Policy 3.9.6
  * Add explicit build dependency on libmodule-build-perl
  * patch uuid.t to not require M:B's _build directory, which is not available
    under autopkgtest

 -- Damyan Ivanov <email address hidden>  Tue, 09 Jun 2015 11:48:37 +0000

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
Bionic release universe perl
Xenial release universe perl

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libobject-id-perl_0.1.2-2.dsc 2.2 KiB c1c27d7469b3228ae72c14e5dd5b525c4d016a5862c93b55b226ca6b6033dd7e
libobject-id-perl_0.1.2.orig.tar.gz 17.8 KiB 57760d69193a77189739edc34509b7624e09ea28c93b4ca7553df096b7987bd2
libobject-id-perl_0.1.2-2.debian.tar.xz 3.1 KiB 05cac903ecfb887182e1c93069b6a06b09889edeb86eae09243bf25f57d58349

Available diffs

No changes file available.

Binary packages built by this source

libobject-id-perl: unique identifier for any object

 Object::ID is a unique identifier for any object, regardless of its type,
 structure or contents. Its features are:
 .
   * Works on ANY object of any type
   * Does not modify the object in any way
   * Does not change with the object's contents
   * Is O(1) to calculate (ie. doesn't matter how big the object is)
   * The id is unique for the life of the process
   * The id is always a true value