<html><body><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>it's just a not working short example :)<br></div><div><br></div><div>but Dancer use context, so in my App::Main I have a before hooks that only apply to the route present in App::Main.<br></div><div><br></div><div>So my App::Root doesn't have it. And it was the case in Dancer 1.<br></div><div><br></div><div>I need to fully change my apps to make it work with Dancer2<br></div><div><br></div><hr id="zwchr"><div style="color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>De: </b>"Alex C" &lt;calyx238@gmail.com&gt;<br><b>À: </b>"Perl Dancer users mailing list" &lt;dancer-users@dancer.pm&gt;<br><b>Envoyé: </b>Vendredi 28 Décembre 2012 18:18:12<br><b>Objet: </b>Re: [dancer-users] Route dispatch<br><div><br></div>Yuo are missing the semicolons after your sub declarations. Try it agian ;)<br><div><br></div><div class="gmail_quote">On 28 December 2012 15:57, Celogeek <span dir="ltr">&lt;<a href="mailto:me@celogeek.com" target="_blank" data-mce-href="mailto:me@celogeek.com">me@celogeek.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex" data-mce-style="margin: 0 0 0 .8ex; border-left: 1px #ccc solid; padding-left: 1ex;"><div><div style="font-size:12pt;font-family:times new roman,new york,times,serif" data-mce-style="font-size: 12pt; font-family: times new roman,new york,times,serif;"><div>Can I dispatch my root thought multiple module ?<br></div><div><br></div><div>I have in App::Main : <br></div><div><br></div><div>hook before =&gt; sub {<br></div><div>var xxx =&gt; "test";<br></div><div>}<br></div><div><br></div><div>and in App::Root;<br></div><div><br></div><div>get "/" =&gt; sub {<br></div><div>&nbsp;return vars-&gt;{xxx}<br></div><div>}<br></div><div><br></div><div>But vars seems empty.<br></div><div><br></div><div>In my bin/app.psgi I have :<br></div><div><br></div><div>use Dancer;<br></div><div>use App::Main;<br></div><div>use App::Root;<br></div><div><br></div><div>start;<br></div><div><br></div><div><br></div></div></div><br>_______________________________________________<br> dancer-users mailing list<br> <a href="mailto:dancer-users@dancer.pm" target="_blank" data-mce-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" data-mce-href="http://lists.preshweb.co.uk/mailman/listinfo/dancer-users">http://lists.preshweb.co.uk/mailman/listinfo/dancer-users</a><br> <br></blockquote></div><br> <br>_______________________________________________<br>dancer-users mailing list<br>dancer-users@dancer.pm<br>http://lists.preshweb.co.uk/mailman/listinfo/dancer-users<br></div><div><br></div></div></body></html>