X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=b1d95fa20eecb2293c7ee8c939834d51645c66f2;hb=59f8e58434e28bd6005d9dfcca75a0efbb4f49e1;hp=6920c51cbd6fed02f47f273659e6c29c5102c84f;hpb=223b8fe3185dba976b275c120ba7a07c05c06644;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 6920c51..b1d95fa 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -7,14 +7,11 @@ no warnings 'qw'; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/ - Relationship::Accessor - Relationship::CascadeActions - Relationship::ProxyMethods - Relationship InflateColumn - #SQL::OrderBy - SQL::Abstract + Relationship + Pager PK + Row Table Exception AccessorGroup/); @@ -33,7 +30,7 @@ up the DBIx::Class core features. =head1 AUTHORS -Matt S. Trout +Matt S. Trout =head1 LICENSE