Finished ripping hand-hacked abstract implementation out of core
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index b85e9e5..3f7aea0 100644 (file)
@@ -2,20 +2,16 @@ package DBIx::Class::Core;
 
 use strict;
 use warnings;
+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
   PK
+  Row
   Table
-  DB
   Exception
   AccessorGroup/);