projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
36f5aa0
)
fix docs typo
David Kamholz [Tue, 13 Dec 2005 11:22:49 +0000 (11:22 +0000)]
lib/DBIx/Class.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class.pm
b/lib/DBIx/Class.pm
index
2cd870c
..
523c01a
100644
(file)
--- a/
lib/DBIx/Class.pm
+++ b/
lib/DBIx/Class.pm
@@
-53,7
+53,7
@@
Some examples where different database connections are useful are:
different users with different rights
different databases with the same schema.
-=head1 Simple
+=head2 Simple
First you need to create a base class which all other classes will inherit from.
See L<DBIx::Class::DB> for information on how to do this.