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::Role::Upgrade::Handlers::Table - A role for classes

Author

       Yuval Kogman <nothingmuch@woobling.org>

Description

       This class lets you provide the version handling table as part of the class definition, instead of as
       arguments to the KiokuDB handle constructor.

       See KiokuDB::TypeMap::Entry::MOP more details and KiokuDB::Role::Upgrade::Data for a lower level
       alternative.

Name

       KiokuDB::Role::Upgrade::Handlers::Table - A role for classes

Synopsis

           with qw(KiokuDB::Role::Upgrade::Handlers::Table);

           use constant kiokudb_upgrade_handlers_table => {

               # like the individual entries in class_version_table

               "0.01" => "0.02",
               "0.02" => sub {
                   ...
               },
           };

Version

       version 0.57

See Also