Name : perl-Data-UUID
| |
Version : 1.227.0
| Vendor : obs://build_opensuse_org/devel:kanku
|
Release : 150600.2.1
| Date : 2024-10-09 21:14:51
|
Group : Unspecified
| Source RPM : perl-Data-UUID-1.227.0-150600.2.1.src.rpm
|
Size : 0.04 MB
| |
Packager : https://www_suse_com/
| |
Summary : Globally/Universally Unique Identifiers (GUIDs/UUIDs)
|
Description :
This module 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.
This modules provides several methods to create a UUID. In all methods, \'< namespace>\' is a UUID and \'< name>\' is a free form string.
$ug->create(); $ug->create_bin();
$ug->create_from_name(< namespace>, < name>); $ug->create_from_name_bin(< namespace>, < name>);
$ug->create_str(); $ug->create_from_name_str(< namespace>, < name>);
$ug->create_hex(); $ug->create_from_name_hex(< namespace>, < name>);
$ug->create_b64(); $ug->create_from_name_b64(< namespace>, < name>);
Binary UUIDs can be converted to printable strings using following methods:
$ug->to_string(< uuid>);
$ug->to_hexstring(< uuid>);
$ug->to_b64string(< uuid>);
Conversely, string UUIDs can be converted back to binary form:
$ug->from_string(< uuid>); $ug->from_hexstring(< uuid>);
$ug->from_b64string(< uuid>);
Finally, two binary UUIDs can be compared using the following method:
$ug->compare(< uuid1>, < uuid2>);
Examples:
use Data::UUID;
$ug = Data::UUID->new; print $ug->create_from_name_str(NameSpace_URL, \"www.mycompany.com\");
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/kanku:/perl/SLE_15_SP6/x86_64 |
Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server
Provides :
perl(Data::UUID)
perl-Data-UUID
perl-Data-UUID(x86-64)
Requires :