X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=455e74113bc262850e8b8369b4da18148b49dfbd;hb=5e8b1b2adbc7b67dc7948a41354e36ce0c7998c6;hp=298192bb18bfdcb03cba7648ba8ce45667764fcf;hpb=662e8798a79b7d8f8f2dbb3d1f14b664883710e6;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 298192b..455e741 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -7,12 +7,12 @@ no warnings 'qw'; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/ + Serialize::Storable InflateColumn Relationship PK Row - TableInstance - Exception + ResultSourceProxy::Table AccessorGroup/); 1; @@ -43,9 +43,7 @@ The core modules currently are: =item L -=item L - -=item L +=item L =item L