X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSetManager.pm;h=78461c9047d762653f3f6136b015bb7d2aa49b5d;hb=5d62876f5fe86bc1b3a11a571074164bcce27e7b;hp=46aa406bebb3009891cb8a275bd682684df78e2f;hpb=9b83fccd091065fcebbb6fb6fb7bf2c2da38ffe2;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/ResultSetManager.pm b/lib/DBIx/Class/ResultSetManager.pm index 46aa406..78461c9 100644 --- a/lib/DBIx/Class/ResultSetManager.pm +++ b/lib/DBIx/Class/ResultSetManager.pm @@ -13,7 +13,6 @@ classes (EXPERIMENTAL) # in a table class __PACKAGE__->load_components(qw/ResultSetManager Core/); # note order! - __PACKAGE__->load_resultset_components(qw/AlwaysRS/); # will be removed from the table class and inserted into a # table-specific resultset class @@ -68,10 +67,6 @@ sub table { =head2 load_resultset_components - # in a table class - __PACKAGE__->load_components(qw/ResultSetManager Core/); # note order! - __PACKAGE__->load_resultset_components(qw/AlwaysRS/); - C loads components in addition to C (or whatever you set as C).