From: Scott R. Godin <webdragon.net@gmail.com>
Date: Thu, 4 Apr 2013 19:41:17 +0000 (-0300)
Subject: Update DocMap - include missing local Manual pages (PR#22)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dc194fb9c500e9cbbb84e1727df7312e3e3d7eb4;p=dbsrgits%2FDBIx-Class-Historic.git

Update DocMap - include missing local Manual pages (PR#22)

some of the local Manual pages are not mentioned in the DocMap which should be,
as people will use the DocMap as a stepping point, and may thus overlook them
---

diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod
index 3e06e29..15c7ee6 100644
--- a/lib/DBIx/Class/Manual/DocMap.pod
+++ b/lib/DBIx/Class/Manual/DocMap.pod
@@ -14,6 +14,10 @@ DBIx::Class::Manual::DocMap - What documentation do we have?
 
 =item L<DBIx::Class::Manual::SQLHackers> - How to use DBIx::Class if you know SQL (external, available on CPAN)
 
+=item L<DBIx::Class::Manual::Joining> - Joining tables with DBIx::Class.
+
+=item L<DBIx::Class::Manual::Features> - A boatload of DBIx::Class features with links to respective documentation.
+
 =item L<DBIx::Class::Manual::Glossary> - What do all those terms mean?
 
 =item L<DBIx::Class::Manual::Cookbook> - Various short recipes on how to do things.