NAME
DBIx::Class::Core - Core set of DBIx::Class modules
SYNOPSIS
# In your table classes
__PACKAGE__->load_components(qw/Core/);
DESCRIPTION
This class just inherits from the various modules that make up the DBIx::Class core features. You almost certainly want these.
The core modules currently are:
- DBIx::Class::InflateColumn
- DBIx::Class::Relationship
- DBIx::Class::PK
- DBIx::Class::Row
- DBIx::Class::ResultSourceProxy::Table
- DBIx::Class::AccessorGroup
If you are also using a DBIx::Class::PK::Auto component, please make sure you load it correctly. Refer to "DESCRIPTION" in DBIx::Class::PK::Auto for more information.
AUTHORS
Matt S. Trout <mst@shadowcatsystems.co.uk>
LICENSE
You may distribute this code under the same terms as Perl itself.