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

SYNOPSIS

    KiokuDB::TypeMap::Entry::Alias->new(
        to => "Some::Other::Class",
    ),

DESCRIPTION

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