The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

KiokuDB::TypeMap::ClassBuilders - A typemap for standard class builders

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

Class::Accessor
Object::Tiny
Object::InsideOut