Finished ripping hand-hacked abstract implementation out of core
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index ff3c023..3f7aea0 100644 (file)
@@ -7,10 +7,10 @@ no warnings 'qw';
 use base qw/DBIx::Class/;
 
 __PACKAGE__->load_components(qw/
-  Relationship
   InflateColumn
-  SQL::Abstract
+  Relationship
   PK
+  Row
   Table
   Exception
   AccessorGroup/);