From: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 <daxim@cpan.org>
Date: Thu, 4 Apr 2013 05:53:52 +0000 (+0200)
Subject: Extra paragraph dropped from 113e8d16 for some reason
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fc72869b7c4bfe8fa889c8800c0238d812bb70e2;p=dbsrgits%2FDBIx-Class-Historic.git

Extra paragraph dropped from 113e8d16 for some reason
---

diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod
index f865c6c..9bd7004 100644
--- a/lib/DBIx/Class/Manual/DocMap.pod
+++ b/lib/DBIx/Class/Manual/DocMap.pod
@@ -32,6 +32,9 @@ The first two list items are the most important.
 
 =item L<DBIx::Class::ResultSet/search> - Selecting and manipulating sets.
 
+The DSL (mini-language) for query composition is only partially explained there,
+see L<SQL::Abstract/WHERE CLAUSES> for the complete details.
+
 =item L< C<$schema>::Result::C<$resultclass>|DBIx::Class::Manual::ResultClass>
 - Classes representing a single result (row) from a DB query.