link to SchemaIntro.pod, recommending schema-based usage over class-based
Will Hawes [Sun, 22 Jan 2006 18:39:44 +0000 (18:39 +0000)]
lib/DBIx/Class/Manual.pod

index 0b6c556..393ee53 100644 (file)
@@ -11,9 +11,16 @@ from your SQL database.
 
 =head1 SECTIONS
 
+=head2 L<DBIx::Class::Manual::SchemaIntro>
+
+Beginner guide to using DBIx::Class with the schema interface. This is the
+recommended way to use DBIx::Class.
+
 =head2 L<DBIx::Class::Manual::Intro>
 
-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<DBIx::Class::Manual::Cookbook>