More refactoring. Relationship now a virtual package
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 6920c51..ff3c023 100644 (file)
@@ -7,12 +7,8 @@ no warnings 'qw';
 use base qw/DBIx::Class/;
 
 __PACKAGE__->load_components(qw/
-  Relationship::Accessor
-  Relationship::CascadeActions
-  Relationship::ProxyMethods
   Relationship
   InflateColumn
-  #SQL::OrderBy
   SQL::Abstract
   PK
   Table