KiokuDB::TypeMap::Entry(3pm) | User Contributed Perl Documentation | KiokuDB::TypeMap::Entry(3pm) |
KiokuDB::TypeMap::Entry - Role for KiokuDB::TypeMap entries
version 0.57
package KiokuDB::TypeMap::Foo; use Moose; with qw(KiokuDB::TypeMap::Entry); # or just use KiokuDB::TypeMap::Entry::Std sub compile { ... }
This is the role consumed by all typemap entries.
KiokuDB::TypeMap::Entry::Std provides a more concise way of defining typemap entries.
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.
2022-05-23 | perl v5.34.0 |