Scroll to navigation

KiokuDB::Role::Upgrade::Handlers::Table(3pm) User Contributed Perl Documentation KiokuDB::Role::Upgrade::Handlers::Table(3pm)
 

NAME

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

VERSION

version 0.57

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 {
            ...
        },
    };

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.

AUTHOR

Yuval Kogman <nothingmuch@woobling.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2014 by Yuval Kogman, Infinity Interactive.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
2014-03-25 perl v5.18.2