X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FCore.pm;h=5dc4096b023c18203101b2ef5447da013c2b6b6c;hb=daec44b85cffd777869c9652273670b27625e167;hp=6920c51cbd6fed02f47f273659e6c29c5102c84f;hpb=223b8fe3185dba976b275c120ba7a07c05c06644;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index 6920c51..5dc4096 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -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 +Matt S. Trout =head1 LICENSE