table of contents
KiokuDB::Role::UUIDs::SerialIDs(3pm) | User Contributed Perl Documentation | KiokuDB::Role::UUIDs::SerialIDs(3pm) |
NAME¶
KiokuDB::Role::UUIDs::SerialIDs - Serial ID assignment based on a global counter.
VERSION¶
version 0.57
SYNOPSIS¶
# set before loading: BEGIN { $KiokuDB::SERIAL_IDS = 1 } use KiokuDB;
DESCRIPTION¶
This role provides an alternate, development only ID generation role.
The purpose of this role is to ease testing when the database is created from scratch on each run. Objects will typically be assigned the same IDs between runs, making things easier to follow.
Do NOT use this role for storage of actual data, because ID clashes are almost guaranteed to cause data loss.
AUTHOR¶
Yuval Kogman <nothingmuch@woobling.org>
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.
2022-05-23 | perl v5.34.0 |