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


KiokuDB documentation  | view source Contained in the KiokuDB distribution.

Index


NAME

Top

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

SYNOPSIS

Top

    with qw(KiokuDB::Role::UUIDs);

DESCRIPTION

Top

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

Top

generate_uuid

Create a new UUID


KiokuDB documentation  | view source Contained in the KiokuDB distribution.