perl-data-uuid 1.226
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.
- 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 perl-data-uuid 1.226
as follows:
guix install perl-data-uuid@1.226
Or install the latest version:
guix install perl-data-uuid
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.