I'd like to establish consensus on the calling signature (and method
name) for action_uri(). Based on the code I've seen from others (and my
own bias), here's one option:
$c->action_uri('/private/path/to/action', \@captures_if_any,
\%query_params);
Thoughts?
Jason