added experimental ObjectCache.pm (load before Core), no tests yet and not included...
[dbsrgits/DBIx-Class-Historic.git] / lib / DBIx / Class / Core.pm
index b85e9e5..5dc4096 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/);
 
@@ -33,7 +29,7 @@ up the DBIx::Class core features.
 
 =head1 AUTHORS
 
-Matt S. Trout <perl-stuff@trout.me.uk>
+Matt S. Trout <mst@shadowcatsystems.co.uk>
 
 =head1 LICENSE