projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
53aa53f
)
improve outline by introducing synopsis subheadings
Lars Dɪᴇᴄᴋᴏᴡ 迪拉斯 [Sun, 24 Mar 2013 11:24:57 +0000 (12:24 +0100)]
lib/DBIx/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class.pm
b/lib/DBIx/Class.pm
index
760a2af
..
6edb0f5
100644
(file)
--- 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<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.