projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
76cc454
)
Fix syntax error in ::Manual::Joining example
Tommy Butler [Wed, 10 Sep 2014 08:51:27 +0000 (
03:51
-0500)]
fixed syntax error on line 245 (missing closing curly bracket)
Closes: #60
lib/DBIx/Class/Manual/Joining.pod
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Manual/Joining.pod
b/lib/DBIx/Class/Manual/Joining.pod
index
625a4d9
..
ff02475
100644
(file)
--- a/
lib/DBIx/Class/Manual/Joining.pod
+++ b/
lib/DBIx/Class/Manual/Joining.pod
@@
-242,7
+242,7
@@
To join two relations at the same level, use an arrayref instead:
Or combine the two:
- join => { room => [ 'chair', { table => 'leg' } ]
+ join => { room => [ 'chair', { table => 'leg' } ] }
=head2 Table aliases