X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual.pod;h=393ee5368236e8f0432ae6376c4e9fd65f48d6d4;hb=412db1f428e95eeeac2a63f12b3c2d1ce1b3223a;hp=0b6c556050145f05d338ac403901327f9c2aa3ca;hpb=8091aa9182ff763aa607dd82f4d61b99f8adab37;p=dbsrgits%2FDBIx-Class-Historic.git 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