NAME
MyAppDB::Author - A model object representing an author of a book (if a book has multiple authors, each will be represented be separate Author object).
DESCRIPTION
This is an object that represents a row in the 'authors' 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.