projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
4f2ebb1
)
fix doc typo
David Kamholz [Wed, 8 Feb 2006 20:52:18 +0000 (20:52 +0000)]
lib/DBIx/Class/ResultSetManager.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ResultSetManager.pm
b/lib/DBIx/Class/ResultSetManager.pm
index
c8e3bd6
..
2a77f2a
100644
(file)
--- a/
lib/DBIx/Class/ResultSetManager.pm
+++ b/
lib/DBIx/Class/ResultSetManager.pm
@@
-76,7
+76,7
@@
__END__
__PACKAGE__->load_resultset_components(qw/AlwaysRS/);
# will be removed from the table class and inserted into a table-specific resultset class
- sub foo : resultset { ... }
+ sub foo : ResultSet { ... }
=head1 DESCRIPTION