KiokuDB::Role::API
Role for KiokuDB api (used to setup delegations).
- Provided by: libkiokudb-perl (Version: 0.57-1)
- Report a bug
Role for KiokuDB api (used to setup delegations).
version 0.57
has directory => (
isa => "KiokuDB",
handles => "KiokuDB::Role::API",
);
This role provides "requires" declarations for the runtime methods of KiokuDB. This is useful for setting up delegations.
This is used in e.g. KiokuX::User.
Yuval Kogman <nothingmuch@woobling.org>
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.