caugustin / UUID-Tiny

Pure Perl module for generating UUIDs
1 stars 0 forks source link

Library needs an update to support UUID versions 6, 7, and 8 #1

Open scottchiefbaker opened 2 months ago

scottchiefbaker commented 2 months ago

Three new UUID versions were released, and need to be supported by this awesome library.

scottchiefbaker commented 2 months ago

FWIW I whipped up a quicky implementation of UUIDv7 in Perl which might be helpful as a starting point.