POD_DERIVED_INDEX_GENERATED The following documentation is automatically generated. Please do not edit this file, but rather the original, inline with DBIx::Class::Core at blib/lib/DBIx/Class/Core.pm (on the system that originally ran this). If you do edit this file, and don't want your changes to be removed, make sure you change the first line.

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:

DERIVED METHODS

AUTHORS

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

LICENSE

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

Last modified:

Home