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::Entry::Alias - An alias in the typemap to another entry

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This pseudo-entry directs the typemap resolution to re-resolve with the key in the "to" field.

Name

       KiokuDB::TypeMap::Entry::Alias - An alias in the typemap to another entry

Synopsis

           my $typemap = KiokuDB::TypeMap->new(
               entries => {
                   'Some::Class' => KiokuDB::TypeMap::Entry::Alias->new(
                       to => "Some::Other::Class",
                   ),
                   'Some::Other::Class' => ...,
               },
           );

Version

       version 0.57

See Also