19 May
2010
19 May
'10
7:37 a.m.
On 18/05/2010 23:16, Stéphane wrote:
get '/beep2/:name/*' => sub { "Name: ".params->{name}." splat: ".join(',',splat()); };
So mixing named parameters and splat fails. Before I report this (as a separate issue), is this a "supported" way of doing things?
No, this is not supported, and I'm quite sure I've written so in the documentation... somewhere :) But I can't remember where exactly. -- Alexis Sukrieh