logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

KiokuDB::Role::UUIDs - UUID generation role.

Author

       Yuval Kogman <nothingmuch@woobling.org>

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

return

See Also