improve outline by introducing synopsis subheadings
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 [Sun, 24 Mar 2013 11:24:57 +0000 (12:24 +0100)]
lib/DBIx/Class.pm

index 760a2af..6edb0f5 100644 (file)
@@ -137,6 +137,8 @@ list below is sorted by "fastest response time":
 
 =head1 SYNOPSIS
 
+=head2 Schema classes preparation
+
 Create a schema class called F<MyApp/Schema.pm>:
 
   package MyApp::Schema;
@@ -175,6 +177,8 @@ F<MyApp/Schema/Result/CD.pm>:
 
   1;
 
+=head2 API usage
+
 Then you can use these classes in your application's code:
 
   # Connect to your database.