<div dir="ltr">None of our examples should use the parameters inside a route or a hook (and I hope we have no such examples) because we do not assure what the parameters will be. We provide the DSL instead.<div><br></div><div>You should *always* use the DSL (allowing us to deprecate behavior, work around problems, and introduce changes) and not parameters. If you have any code that does use the parameters, please change it. If you find examples in which we made that mistake, please let us know so we could correct them.</div><div><br></div><div>Aside from all of this, we will fix this problem. It wasn't an intentional change, and if we have no reason to introduce this change, we won't.</div><div><br></div><div>Thanks for reporting it and sorry for the breakage it cost you.</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Apr 27, 2015 at 9:14 AM, Gabor Szabo <span dir="ltr"><<a href="mailto:gabor@szabgab.com" target="_blank">gabor@szabgab.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Mon, Apr 27, 2015 at 8:54 AM, Russell Jenkins <span dir="ltr"><<a href="mailto:russell.jenkins@strategicdata.com.au" target="_blank">russell.jenkins@strategicdata.com.au</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">On 27/04/2015 4:20 pm, Gabor Szabo wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
In Dancer2-0.160000 it is not the case any more.<br>
<br>
I get the following:  Can't locate object method "status" via package "Dancer2::Core::Response::Delayed"<br>
<br>
</blockquote>
Hey Garbor.<br>
<br>
Its certainly not intentional!<br></blockquote><div><br></div><div><br></div></span><div>thank you for looking into this!</div><span class=""><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<br>
To help identify the cause, do the routes that trigger this error use the `send_file` keyword ?<br></blockquote><div><br></div><div><br></div></span><div>Yes, I think so.<br></div><div><br></div><div>BTW this is the build error: <a href="https://travis-ci.org/szabgab/Perl-Maven/builds/60170435" target="_blank">https://travis-ci.org/szabgab/Perl-Maven/builds/60170435</a></div><span class="HOEnZb"><font color="#888888"><div><br></div><div>Gabor</div></font></span><div>ps. I've already solved the problem for myself, using the request() function instead of the object passed to the after hook, but the issue might still be relevant to other people or might indicate some other issue as well.</div><div><br></div></div>
</div></div>
<br>_______________________________________________<br>
dancer-users mailing list<br>
<a href="mailto:dancer-users@dancer.pm">dancer-users@dancer.pm</a><br>
<a href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users" target="_blank">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br>
<br></blockquote></div><br></div>