NAME
UUID::Random::PERLANCAR - Another implementation of UUID::Random
VERSION
This document describes version 0.004 of UUID::Random::PERLANCAR (from
Perl distribution UUID-Random-PERLANCAR), released on 2021-01-20.
SYNOPSIS
Use like you would UUID::Random:
use UUID::Random::PERLANCAR;
say UUID::Random::PERLANCAR::generate();
DESCRIPTION
Note that this module does not produce RFC 4122-compliant v4 (random)
UUIDs (no encoding of variant and version information into the UUID).
FUNCTIONS
generate
HOMEPAGE
Please visit the project's homepage at
<
https://metacpan.org/release/UUID-Random-PERLANCAR>.
SOURCE
Source repository is at
<
https://github.com/perlancar/perl-UUID-Random-PERLANCAR>.
BUGS
Please report any bugs or feature requests on the bugtracker website
<
https://github.com/perlancar/perl-UUID-Random-PERLANCAR/issues>
When submitting a bug or request, please include a test-file or a patch
to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
UUID::Random
Benchmark in Acme::CPANModules::UUID
Crypt::Misc
AUTHOR
perlancar <
[email protected]>
COPYRIGHT AND LICENSE
This software is copyright (c) 2021 by
[email protected].
This is free software; you can redistribute it and/or modify it under
the same terms as the Perl 5 programming language system itself.