From: Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 Date: Sun, 24 Mar 2013 11:24:57 +0000 (+0100) Subject: improve outline by introducing synopsis subheadings X-Git-Tag: v0.08210~13 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5b56d1ac04c0f1d023b01a03c52ddbbeca283226;p=dbsrgits%2FDBIx-Class.git improve outline by introducing synopsis subheadings --- diff --git a/lib/DBIx/Class.pm b/lib/DBIx/Class.pm index 760a2af..6edb0f5 100644 --- a/lib/DBIx/Class.pm +++ b/lib/DBIx/Class.pm @@ -137,6 +137,8 @@ list below is sorted by "fastest response time": =head1 SYNOPSIS +=head2 Schema classes preparation + Create a schema class called F: package MyApp::Schema; @@ -175,6 +177,8 @@ F: 1; +=head2 API usage + Then you can use these classes in your application's code: # Connect to your database.