Docs!
Jess Robinson [Fri, 24 Mar 2006 22:04:56 +0000 (22:04 +0000)]
lib/DBIx/Class/ResultSet.pm

index dc845f7..2e9fb33 100644 (file)
@@ -1305,7 +1305,7 @@ In simple terms, C<from> works as follows:
     [
         { <alias> => <table>, -join-type => 'inner|left|right' }
         [] # nested JOIN (optional)
-        { <table.column> = <foreign_table.foreign_key> }
+        { <table.column> => <foreign_table.foreign_key> }
     ]
 
     JOIN