Subject: | Typo in localized req property |
The code says
local $c->req->{params};
where it should say
local $c->req->{parameters};
The result of this typo is that the params() are lost across sub requests.
It appears that the not-yet-released v0.11 solves this by totally
rewriting the implementation. That version works for me.
Chris