From: Jess Robinson Date: Tue, 4 Apr 2006 19:52:05 +0000 (+0000) Subject: Use DocMap X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2ca930b407c2994df451dddedc23172c0530321f;p=dbsrgits%2FDBIx-Class-Historic.git Use DocMap --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 64bec50..323c410 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -165,27 +165,8 @@ The community can be found via: =head1 WHERE TO GO NEXT -=over 4 - -=item L - user's manual - -=item L - DBIC Core Classes - -=item L - L Compat layer - -=item L - schema and connection container - -=item L - tables and table-like things - -=item L - encapsulates a query and its results - -=item L - row-level methods - -=item L - primary key methods - -=item L - relationships between tables - -=back +L lists each task you might want help on, and +the modules where you will find documentation. =head1 AUTHOR diff --git a/lib/DBIx/Class/Manual.pod b/lib/DBIx/Class/Manual.pod index 8d6ea12..ed4c3d0 100644 --- a/lib/DBIx/Class/Manual.pod +++ b/lib/DBIx/Class/Manual.pod @@ -21,7 +21,11 @@ An example of slightly more complex usage. =head2 L -Convenient reciepes for DBIC usage. +Convenient recipes for DBIC usage. + +=head2 L + +Lists of modules by task to help you find the correct document. =head2 L