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