<div dir="ltr">It's working great. Thanks!<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Dec 10, 2013 at 10:54 PM, Yanick Champoux <span dir="ltr"><<a href="mailto:yanick@babyl.dyndns.org" target="_blank">yanick@babyl.dyndns.org</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 13-12-10 10:00 PM, Jacques Lareau wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
resource user =><br>
   get     => sub { },<br>
   delete => require_role Admin => sub { },<br>
...<br>
</blockquote>
<br></div>
I'll go on a limb, but just for giggles, try:<div class="im"><br>
<br>
 resource user =><br>
    get     => sub { },<br></div>
    delete => require_role( Admin => sub { } ),<br>
    ...<br>
<br>
<br>
What I suspect is happening is that 'require_role' slurps all the remaining arguments, which makes resource sad. But that's just a hunch, I could be wrong...<br>
<br>
Joy,<br>
`/anick<br>
<br>
<br>
______________________________<u></u>_________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm" target="_blank">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/<u></u>mailman/listinfo/dancer-users</a><br>
</blockquote></div><br></div>