perl-data-uuid
Universally Unique Identifiers generator
Data::UUID
provides a framework for generating Universally Unique Identifiers (UUIDs), also known as Globally Unique Identifiers (GUIDs). A UUID is 128 bits long, and is guaranteed to be different from all other UUIDs/GUIDs generated until 3400 CE.
- Versions: 1.226
- Website: https://metacpan.org/release/Data-UUID
- Licenses: GPL 1+
- Package source: gnu/packages/perl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of perl-data-uuid
as follows:
guix install perl-data-uuid
Or install a particular version:
guix install perl-data-uuid@1.226
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of perl-data-uuid about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/perl-data-uuid'><img src='https://packages.guix.gnu.org/packages/perl-data-uuid/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/perl-data-uuid/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/perl-data-uuid)
Example Org:
[[https://packages.guix.gnu.org/packages/perl-data-uuid][https://packages.guix.gnu.org/packages/perl-data-uuid/badges/latest-version.svg]]