The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.10

  • WARNING: This release is backward-incompatible with previous ones, if you define methods directly in your catalyst model class and expect to be able to call them as ->model('KiokuDB')->your_method.
  • Make ->model('KiokuDB') return an instance of the configured model_class (or KiokuX::Model by default) instead of a Catalyst::Model::KiokuDB instance. This way, you can define custom methods in your KiokuX::Model subclass and be able to access them as via ->model('KiokuDB')->your_method, instead of only having the methods defined by KiokuDB::Role::API delegated to your KiokuX::Model.

Modules

KiokuX::User wrapper for Catalyst::Plugin::Authentication.
use KiokuDB in your Catalyst apps

Provides

in lib/Catalyst/Authentication/Store/Model/KiokuDB.pm