From: Jess Robinson Date: Fri, 9 Dec 2011 17:00:45 +0000 (+0000) Subject: Add link to SQLHackers documentation X-Git-Tag: v0.08197~133 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=dbsrgits%2FDBIx-Class.git;a=commitdiff_plain;h=33eafbfd322ab48a2697c0ea9fadfb182fb22a36 Add link to SQLHackers documentation --- diff --git a/lib/DBIx/Class/Manual/DocMap.pod b/lib/DBIx/Class/Manual/DocMap.pod index 0042e3a..c9bd1d8 100644 --- a/lib/DBIx/Class/Manual/DocMap.pod +++ b/lib/DBIx/Class/Manual/DocMap.pod @@ -8,20 +8,22 @@ DBIx::Class::Manual::DocMap - What documentation do we have? =item L - User's Manual overview. -=item L - Frequently Asked Questions, gathered from IRC and the mailing list. - =item L - Introduction to setting up and using DBIx::Class. =item L - Full example Schema. +=item L - How to use DBIx::Class if you know SQL (external, available on CPAN) + +=item L - What do all those terms mean? + =item L - Various short recipes on how to do things. +=item L - Frequently Asked Questions, gathered from IRC and the mailing list. + =item L - What to do if things go wrong (diagnostics of known error messages). =item L - How to write your own DBIx::Class components. -=item L - What do all those terms mean? - =back =head1 Setting up