X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=85b9fa3b52aec3bbb998660243451000fd9238b5;hb=159a8515db1d0f3c0cc89af5ae811a67985beef5;hp=1cff2cff810325c2be42291b4cad1ad33638dc21;hpb=7624b19f7173b34800a973f281f6a5d4344f67e6;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 1cff2cf..85b9fa3 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -7,9 +7,8 @@ no warnings 'qw'; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/ - Relationship InflateColumn - SQL::Abstract + Relationship PK Row Table @@ -25,12 +24,32 @@ DBIx::Class::Core - Core set of DBIx::Class modules. =head1 DESCRIPTION This class just inherits from the various modules that makes -up the DBIx::Class core features. +up the DBIx::Class core features. This makes it a convenient base +class for your DBIx::Class setup. + +At the moment those are: + +=over 4 + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L + +=item L +=back =head1 AUTHORS -Matt S. Trout +Matt S. Trout =head1 LICENSE