
DBIx::Class::Core - Core set of DBIx::Class modules

# In your table classes __PACKAGE__->load_components(qw/Core/);

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:

Matt S. Trout <mst@shadowcatsystems.co.uk>

You may distribute this code under the same terms as Perl itself.