From: Brandon L. Black Date: Tue, 7 Feb 2006 03:45:29 +0000 (+0000) Subject: minor TEST_POD warning cleanup X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d54a54fcd191ec6ebb328c97916e75a138188d4f;p=dbsrgits%2FDBIx-Class-Historic.git minor TEST_POD warning cleanup --- diff --git a/lib/DBIx/Class/ResultSource.pm b/lib/DBIx/Class/ResultSource.pm index 3db2d76..2d36f5e 100644 --- a/lib/DBIx/Class/ResultSource.pm +++ b/lib/DBIx/Class/ResultSource.pm @@ -524,8 +524,6 @@ sub resultset { return $self->resultset_class->new($self, $self->{resultset_attributes}); } -=cut - =head2 throw_exception See schema's throw_exception