X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FDBIx%2FClass%2FManual%2FCookbook.pod;h=57c21756a29a3dd0637d9ec474bd8c90043dfc81;hb=130c64391b48bae9eb374e931c7d6c308625bf6b;hp=c168ba44af320e7bd2d3a514f02f718f8e9195b1;hpb=df8abd99a70d8d8af5046da841557e1a394b752b;p=dbsrgits%2FDBIx-Class.git diff --git a/lib/DBIx/Class/Manual/Cookbook.pod b/lib/DBIx/Class/Manual/Cookbook.pod index c168ba4..57c2175 100644 --- a/lib/DBIx/Class/Manual/Cookbook.pod +++ b/lib/DBIx/Class/Manual/Cookbook.pod @@ -8,11 +8,11 @@ Things that could be handy =head1 RECIPES -=item Input validation. +=head2 Input validation. -=item Using joins +=head2 Using joins -=item Many-to-many relationships +=head2 Many-to-many relationships This is not as easy as it could be, but it's possible. Here's an example to illustrate: @@ -78,8 +78,8 @@ illustrate: # book2author table equals the bookID of the books (using the bookID # relationship table -=item Advanced Exception handling +=head2 Advanced Exception handling -=item Transactions +=head2 Transactions =back