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::Backend::TypeMap::Default - A role for backends with a default typemap

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This role requires that you implement a single method, "_build_default_typemap" that will return a
       KiokuDB::TypeMap instance.

       See KiokuDB::TypeMap::Default for details.

Name

       KiokuDB::Backend::TypeMap::Default - A role for backends with a default typemap

Synopsis

           package MyBackend;

           with qw(
               ...
               KiokuDB::Backend::TypeMap::Default
           );

           sub _build_default_typemap {
               ...
           }

Version

       version 0.57

See Also