[Dancer-users] Bug in `forward`?

ambs ambs+dancer at perl-hackers.net
Fri Apr 15 17:25:22 CEST 2011


On 15/04/2011 16:22, Nick Knutov wrote:
> any '/ticket/:tid/set' => sub {
>      my $tid = params->{tid};
>      return Dumper(params->{assign});
> };
>
> get '/ticket/:tid/assign' => sub {
>      my $tid = params->{tid};
>      return forward "/ticket/$tid/set?assign=1";
> };

Great. Being able to reproduce.
Will be back when I have news :)


More information about the Dancer-users mailing list