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

package TestApp::Plugin::ActorMetadata::Model::Evil;
use Jifty::DBI::Schema;

use TestApp::Plugin::ActorMetadata::Record schema {

};

use Jifty::Plugin::ActorMetadata::Mixin::Model::ActorMetadata;
use TestApp::Plugin::ActorMetadata::MyMixin;
# Your model-specific methods go here.

1;