=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>