libdata-uuid-perl 1.226-3build2 source package in Ubuntu

Changelog

libdata-uuid-perl (1.226-3build2) noble; urgency=medium

  * No-change rebuild for perlapi5.38t64.

 -- Matthias Klose <email address hidden>  Sat, 02 Mar 2024 15:50:14 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Debian Perl Group
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
libdata-uuid-perl_1.226.orig.tar.gz 17.2 KiB a8f7e4f250e1a52a6774c606e19d22599b759aa0eb60081a650d4ba45aa3d20d
libdata-uuid-perl_1.226-3build2.debian.tar.xz 3.8 KiB 5d55464c0b835b4efe6814284ded191ef5d47851ad9714a392f307e9b62e1bb3
libdata-uuid-perl_1.226-3build2.dsc 2.1 KiB 531ad708cd3f98a996e4b94e88fed6f36fa27ade5c6ad5e88f2e63c8886440bd

Available diffs

View changes file

Binary packages built by this source

libdata-uuid-perl: globally/universally unique identifiers (GUIDs/UUIDs)

 Data::UUID provides a framework for generating v3 UUIDs (Universally
 Unique Identifiers, also known as GUIDs (Globally Unique Identifiers).
 A UUID is 128 bits long, and is guaranteed to be different from all
 other UUIDs/GUIDs generated until 3400 CE.
 .
 UUIDs were originally used in the Network Computing System (NCS) and
 later in the Open Software Foundation's (OSF) Distributed Computing
 Environment. Currently many different technologies rely on UUIDs to
 provide unique identity for various software components. Microsoft
 COM/DCOM for instance, uses GUIDs very extensively to uniquely identify
 classes, applications and components across network-connected systems.
 .
 The algorithm for UUID generation, used by this extension, is described
 in the Internet Draft "UUIDs and GUIDs" by Paul J. Leach and Rich Salz.
 (See RFC 4122.) It provides reasonably efficient and reliable
 framework for generating UUIDs and supports fairly high allocation
 rates -- 10 million per second per machine -- and therefore is suitable
 for identifying both extremely short-lived and very persistent objects
 on a given system as well as across the network.

libdata-uuid-perl-dbgsym: debug symbols for libdata-uuid-perl