projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6d1bf0a
)
minor TEST_POD warning cleanup
Brandon L. Black [Tue, 7 Feb 2006 03:45:29 +0000 (
03:45
+0000)]
lib/DBIx/Class/ResultSource.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ResultSource.pm
b/lib/DBIx/Class/ResultSource.pm
index
3db2d76
..
2d36f5e
100644
(file)
--- 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