http://qs321.pair.com?node_id=741082


in reply to (Yet Another) DBIx::Class Joins question

Try join => { marketcode => { programcode => 'progfee' } } - note the hashref, not the arrayref.

My criteria for good software:
  1. Does it work?
  2. Can someone else come in, make a change, and be reasonably certain no bugs were introduced?