From: Will Hawes Date: Sun, 22 Jan 2006 18:39:44 +0000 (+0000) Subject: link to SchemaIntro.pod, recommending schema-based usage over class-based X-Git-Tag: v0.05005~117^2~14 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ba2f7a5fb9c6413dc6c400ea81236f11f23eb3f5;p=dbsrgits%2FDBIx-Class.git link to SchemaIntro.pod, recommending schema-based usage over class-based --- diff --git a/lib/DBIx/Class/Manual.pod b/lib/DBIx/Class/Manual.pod index 0b6c556..393ee53 100644 --- a/lib/DBIx/Class/Manual.pod +++ b/lib/DBIx/Class/Manual.pod @@ -11,9 +11,16 @@ from your SQL database. =head1 SECTIONS +=head2 L + +Beginner guide to using DBIx::Class with the schema interface. This is the +recommended way to use DBIx::Class. + =head2 L -A beginner's introduction to using the native DBIx::Class interface +Beginner guide to using DBIx::Class with the older class-based interface. +This is included for the sake of completeness - you are recommended to +use the schema-based interface instead. =head2 L