table of contents
| KiokuDB::TypeMap::ClassBuilders(3pm) | User Contributed Perl Documentation | KiokuDB::TypeMap::ClassBuilders(3pm) |
NAME¶
KiokuDB::TypeMap::ClassBuilders - A typemap for standard class builders
VERSION¶
version 0.57
SYNOPSIS¶
use KiokuDB::TypeMap::ClassBuilders;
my $t = KiokuDB::TypeMap::ClassBuilders->new(
exclude => [qw(object_tiny)],
);
DESCRIPTION¶
This typemap provides entries for some standard class builders from the CPAN.
This class does the KiokuDB::TypeMap::Composite role and can have its sub maps excluded or overridden.
SUPPORTED MODULES¶
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.
| 2025-09-03 | perl v5.40.1 |