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

NAME

MyAppDB::Role - A model object representing a class of access permissions to the system.

DESCRIPTION

This is an object that represents a row in the 'roles' table of your application database. It uses DBIx::Class (aka, DBIC) to do ORM.

For Catalyst, this is designed to be used through MyApp::Model::MyAppDB. "Offline" utilities may wish to use this class directly.