From: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Date: Sun, 24 Mar 2013 12:07:24 +0000 (+0100) Subject: point out where in the docs a user is most likely to spend reading time X-Git-Tag: v0.08260~207 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=d71502b point out where in the docs a user is most likely to spend reading time --- diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 83c9633..13ffa78 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -26,11 +26,15 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =head1 Some essential reference documentation +The first two list items are the most important. + =over 4 -=item L - Representing a single result (row) from a DB query +=item L - Selecting and manipulating sets. -=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 - Perform operations on a single column of a ResultSet. diff --git a/lib/DBIx/Class/ResultSet.pm b/lib/DBIx/Class/ResultSet.pm index fe00753..c6935c3 100644 --- a/lib/DBIx/Class/ResultSet.pm +++ b/lib/DBIx/Class/ResultSet.pm @@ -305,7 +305,7 @@ call it as C. For a list of attributes that can be passed to C, see L. For more examples of using this function, see L. For a complete -documentation for the first argument, see L +documentation for the first argument, see L and its extension L. For more help on using joins with search, see L.