blob: 287395d85c55fff9f7857164ea71d535f0404bcf (
plain)
1
2
3
4
5
6
7
|
The Perl 5 module UUID::Tiny is a lightweight, low dependency Pure
Perl module for UUID creation and testing. This module provides the
creation of version 1 time based UUIDs (using random multicast MAC
addresses), version 3 MD5 based UUIDs, version 4 random UUIDs, and
version 5 SHA-1 based UUIDs.
ATTENTION! UUID::Tiny uses Perl's rand() to create the basic random
numbers, so the created v4 UUIDs are not cryptographically strong!
|