X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual.pod;h=3585941e699545d9346bc6e732d633e0a25f1c55;hb=abf8d91e24dae052a0af4b65ffee4e72044d54bb;hp=ed4c3d0d5e0dcc87befe25126f2c2ca30c7486ff;hpb=2ca930b407c2994df451dddedc23172c0530321f;p=dbsrgits%2FDBIx-Class-Historic.git diff --git a/lib/DBIx/Class/Manual.pod b/lib/DBIx/Class/Manual.pod index ed4c3d0..3585941 100644 --- a/lib/DBIx/Class/Manual.pod +++ b/lib/DBIx/Class/Manual.pod @@ -11,6 +11,14 @@ from your SQL database. =head1 SECTIONS +=head2 L + +Short answers and doc pointers to questions. + +=head2 L + +Explanations of terms used in this documentation. + =head2 L Beginner guide to using DBIx::Class. @@ -19,10 +27,18 @@ Beginner guide to using DBIx::Class. An example of slightly more complex usage. +=head2 L + +How to translate known SQL JOINs into DBIx-Class-ish. + =head2 L Convenient recipes for DBIC usage. +=head2 L + +How to read (and write) the reference documentation. + =head2 L Lists of modules by task to help you find the correct document.