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=ff3c023e23290f03de3e40b667a5ce225b095e16;hpb=55e2d745a1887534cbcbfe351278d0883dce8ac5;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Core.pm b/lib/DBIx/Class/Core.pm index ff3c023..5dc4096 100644 --- a/lib/DBIx/Class/Core.pm +++ b/lib/DBIx/Class/Core.pm @@ -7,10 +7,10 @@ no warnings 'qw'; use base qw/DBIx::Class/; __PACKAGE__->load_components(qw/ - Relationship InflateColumn - SQL::Abstract + Relationship PK + Row Table Exception AccessorGroup/); @@ -29,7 +29,7 @@ up the DBIx::Class core features. =head1 AUTHORS -Matt S. Trout +Matt S. Trout =head1 LICENSE