X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=85b9fa3b52aec3bbb998660243451000fd9238b5;hb=429bd4f15b0ea80aef96873a9db11801538eb3ee;hp=5dc4096b023c18203101b2ef5447da013c2b6b6c;hpb=daec44b85cffd777869c9652273670b27625e167;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 5dc4096..85b9fa3 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -24,8 +24,28 @@ 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