masakyst / Catalyst-ActionRole-JSV

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

captureargsを大文字小文字区別なくひっかける

masakyst opened this issue · comments

if ($prop->{captureargs}) {
    $params->{$key} = $c->req->arguments->[$prop->{captureargs} - 1]; 
}

部分