From: David Kamholz Date: Wed, 8 Feb 2006 20:52:18 +0000 (+0000) Subject: fix doc typo X-Git-Tag: v0.05005~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9fa203be59c9064230822a5889d4936ffcedc110;hp=4f2ebb1e89dc331a3ec37ee3563cdc940aed9e06;p=dbsrgits%2FDBIx-Class.git fix doc typo --- diff --git a/lib/DBIx/Class/ResultSetManager.pm b/lib/DBIx/Class/ResultSetManager.pm index c8e3bd6..2a77f2a 100644 --- 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