libuuid-perl 0.35-1 source package in Ubuntu

Changelog

libuuid-perl (0.35-1) unstable; urgency=medium

  * Import upstream version 0.35.

 -- gregor herrmann <email address hidden>  Thu, 30 May 2024 18:27:14 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main perl

Downloads

File Size SHA-256 Checksum
libuuid-perl_0.35-1.dsc 2.4 KiB 1e6ec5ba3195980601464cd206e4c08d5c96dc12f9398fb7ef4c5962de956e64
libuuid-perl_0.35.orig.tar.gz 70.2 KiB 41ae4884820ff29eeb3ecf542a16ef7aab687250c4956d876e9e70a88ac6dccf
libuuid-perl_0.35-1.debian.tar.xz 7.5 KiB 38bc1b4c25eeb82f7d0a11e45ed13c52f65c027b4fc5a2ca478c8b9b168619d6

Available diffs

No changes file available.

Binary packages built by this source

libuuid-perl: Universally Unique Identifier library for Perl

 The UUID library is used to generate unique identifiers for objects that may
 be accessible beyond the local system. For instance, they could be used to
 generate unique HTTP cookies across multiple web servers without
 communication between the servers, and without fear of a name clash.
 .
 The generated UUIDs can be reasonably expected to be unique within a system,
 and unique across all systems, and are compatible with those created by the
 Open Software Foundation (OSF) Distributed Computing Environment (DCE).
 .
 All generated UUIDs are either version 1, 3, 4, 5, 6, or version 7. And all
 are variant 1, meaning compliant with the OSF DCE standard as described in
 RFC4122.
 .
 Versions 6 and 7 are not standardized. They are presented here as proposed in
 RFC4122bis, version 14, and may change in the future. RFC4122bis is noted to
 replace RFC4122, if approved.

libuuid-perl-dbgsym: debug symbols for libuuid-perl