X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=99c4b2a135b11bf4a147832de91fcf0faa98a268;hb=b8777a0d404d4ae4fb55473ae224ace5d0b71375;hp=ff3c023e23290f03de3e40b667a5ce225b095e16;hpb=55e2d745a1887534cbcbfe351278d0883dce8ac5;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index ff3c023..99c4b2a 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -7,11 +7,12 @@ no warnings 'qw'; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/ - Relationship InflateColumn - SQL::Abstract + Relationship PK + Row Table + ResultSetInstance Exception AccessorGroup/); @@ -24,12 +25,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