Mostly refactored everything to select/update/delete off storage handle
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 7f36763..b85e9e5 100644 (file)
@@ -15,7 +15,6 @@ __PACKAGE__->load_components(qw/
   SQL::Abstract
   PK
   Table
-  SQL
   DB
   Exception
   AccessorGroup/);