libuuid-perl 0.36-1 source package in Ubuntu

Changelog

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

  * Import upstream version 0.36.

 -- gregor herrmann <email address hidden>  Sat, 27 Jul 2024 02:27:42 +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.36-1.dsc 2.4 KiB 60eb07f9b82e523c5a12ab2212c3026417f6b6076aa62d4d4ba9e384339fd205
libuuid-perl_0.36.orig.tar.gz 70.9 KiB c182e9ad854981a90803ae25380d2197ca6f923519e1d524bc85205eaf49bf06
libuuid-perl_0.36-1.debian.tar.xz 7.5 KiB be1ba7c4caec22aaf25dcc0998b924408dffd4277129c0c0fb2616d9788dfc0b

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