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


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 the DBIx::Class manpage core features. You almost certainly want these.

The core modules currently are:

the DBIx::Class::Serialize::Storable manpage
the DBIx::Class::InflateColumn manpage
the DBIx::Class::Relationship manpage
the DBIx::Class::PK::Auto manpage
the DBIx::Class::PK manpage
the DBIx::Class::Row manpage
the DBIx::Class::ResultSourceProxy::Table manpage


AUTHORS

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


LICENSE

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

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