Sponsoring The Perl Toolchain Summit 2025: Help make this important event another success Learn more

NAME

Jifty::Plugin::ActorMetadata - add created_by created_on updated_by updated_on columns to a model class

DESCRIPTION

This plugin adds a model mixin which adds created_by, created_on, updated_by and updated_on columns to a model class.

SYNOPSIS

use strict;
use YourApp::Record schema {
...
};
#Provides created_by, created_on, updated_by and updated_on