Subject: | <%args> don't work under Catalyst::V::Mason |
<%args>section does not work with Catalyst::V::Mason. IMHO the contents of
$c->req->parameters need to be passed into $interp->exec(), not the contents of $c->stash.
If you change line 113 of Catalyst::V::Mason to
%{ $c->req->params },
Things work as expected.