KiokuDB::TypeMap::Entry::Std::Compile(3) Provides a compile implementation

VERSION

version 0.57

SYNOPSIS

TODO

DESCRIPTION

This role provides an implementation for ``compile'' in KiokuDB::TypeMap::Entry by breaking down its requirements into four separated methods.

REQUIRED METHODS

compile_collapse
Must return a code reference or method name. The calling conventions for this method are described in ``collapse_method'' in KiokuDB::TypeMap::Entry::Compiled.
compile_expand
Must return a code reference or method name. The calling conventions for this method are described in ``expand_method'' in KiokuDB::TypeMap::Entry::Compiled.
compile_id
Must return a code reference or method name. The calling conventions for this method are described in ``id_method'' in KiokuDB::TypeMap::Entry::Compiled.
compile_refresh
Must return a code reference or method name. The calling conventions for this method are described in ``refresh_method'' in KiokuDB::TypeMap::Entry::Compiled.

AUTHOR

Yuval Kogman <[email protected]>

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.