KiokuDB::Role::UUIDs - UUID generation role.
Contents
Copyright And License
This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5
programming language system itself.
perl v5.34.0 2022-05-23 KiokuDB::Role::UUIDs(3pm)
Description
This role provides UUID assignment.
Depending on the $SERIAL_IDS variable being true at compile time, and availability of UUID generation
module (Data::UUID::LibUUID falling back to Data::UUID) an implementation role is selected.
Methods
generate_uuid
Create a new UUID
Name
KiokuDB::Role::UUIDs - UUID generation role.
Synopsis
with qw(KiokuDB::Role::UUIDs);
Version
version 0.57
