KiokuDB::TypeMap::ClassBuilders - A typemap for standard class builders
Contents
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.
perl v5.34.0 2022-05-23 KiokuDB::TypeMap::ClassBuilders(3pm)
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.
Name
KiokuDB::TypeMap::ClassBuilders - A typemap for standard class builders
Supported Modules
Class::Accessor
Object::Tiny
Object::InsideOut
Synopsis
use KiokuDB::TypeMap::ClassBuilders;
my $t = KiokuDB::TypeMap::ClassBuilders->new(
exclude => [qw(object_tiny)],
);
Version
version 0.57
