Updated main docs, altered mail address in POD for 0.01
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Core.pm
index 6920c51..5dc4096 100644 (file)
@@ -7,14 +7,10 @@ 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
   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