More refactoring, created PK::Auto::MySQL
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 6920c51..1cff2cf 100644 (file)
@@ -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
   PK
+  Row
   Table
   Exception
   AccessorGroup/);