From: Peter Rabbitson Date: Thu, 22 Aug 2013 03:49:31 +0000 (+0200) Subject: Fixup weird wording introduced in 54e4be92 X-Git-Tag: v0.08260~189 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7fe2aec41741caac02dbefc3970f80a4c436f4ff;p=dbsrgits%2FDBIx-Class.git Fixup weird wording introduced in 54e4be92 --- diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 44215ba..f865c6c 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -32,9 +32,13 @@ The first two list items are the most important. =item L - Selecting and manipulating sets. -=item L -- Representing a single result (row) from a DB query. The methods inherited from -L and L are used most often. +=item L< C<$schema>::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass> +- Classes representing a single result (row) from a DB query. + +Such classes normally subclass L, the methods inherited +from L and +L +are used most often. =item L - Perform operations on a single column of a ResultSet.