X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FResultSource.pm;h=0d49c0051e2a2cbd9e53241b66a0f351bf345c31;hb=64ea0f496829bc8be7ce43b5a3817a3da2458a81;hp=89bc6fffbc51282717e925cb2d0e2ef83a5090b6;hpb=e0cdf2cbe02e576686d9281c1eaac8456086cf39;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 89bc6ff..0d49c00 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -29,6 +29,8 @@ DBIx::Class::ResultSource - Result source object A ResultSource is a component of a schema from which results can be directly retrieved, most usually a table (see L) +Basic view support also exists, see L<. + =head1 METHODS =pod @@ -1014,9 +1016,6 @@ sub reverse_relationship_info { $ret->{$otherrel} = $otherrel_info; } } -use Data::Dumper; -#warn "return for reverse_relationship_info called on ".$self->name." for $rel:\n"; -#warn Dumper($ret); return $ret; }