Actually, regarding the scaffolding of an app, it&#39;s exactly the same. Take a look at the Advent Calendar app, it&#39;s Dancer2! Nothing new here, 100% the same as Dancer 1 except that you can use any config file format instead of being forced to YAML.<div>
<br></div><div>The only change you have to do is about TT&#39;s defaut markers (they are [% and %] in D2) and also, the config hierarchy for engines which is now:</div><div><br></div><div>engines:</div><div>  $type:</div>
<div>   $name:</div><div>      ... </div><div><br></div><div>Whereas with D1 there was no &quot;$type&quot; level.</div><div><br></div><div>Appart from that, everything works just like the same.</div><div class="gmail_extra">
<br><br><div class="gmail_quote">2012/11/29 Maurice Mengel <span dir="ltr">&lt;<a href="mailto:mauricemengel@gmail.com" target="_blank">mauricemengel@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Somebody point me to an article or two that might make sense, please. Thanks!<br><br><div class="gmail_quote">On Thu, Nov 29, 2012 at 1:15 PM, sawyer x <span dir="ltr">&lt;<a href="mailto:xsawyerx@gmail.com" target="_blank">xsawyerx@gmail.com</a>&gt;</span> wrote:<br>



<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"> that, yes!<div></div></div></blockquote></div><br>
<br>_______________________________________________<br>
Dancer-users mailing list<br>
<a href="mailto:Dancer-users@perldancer.org">Dancer-users@perldancer.org</a><br>
<a href="http://www.backup-manager.org/cgi-bin/listinfo/dancer-users" target="_blank">http://www.backup-manager.org/cgi-bin/listinfo/dancer-users</a><br>
<br></blockquote></div><br></div>