logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Yuval Kogman <nothingmuch@woobling.org>

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

See Also