Re: [dancer-users] [Dancer-users] Dancer2 best practices
Actually, regarding the scaffolding of an app, it's exactly the same. Take a look at the Advent Calendar app, it'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. The only change you have to do is about TT's defaut markers (they are [% and %] in D2) and also, the config hierarchy for engines which is now: engines: $type: $name: ... Whereas with D1 there was no "$type" level. Appart from that, everything works just like the same. 2012/11/29 Maurice Mengel <mauricemengel@gmail.com>
Somebody point me to an article or two that might make sense, please. Thanks!
On Thu, Nov 29, 2012 at 1:15 PM, sawyer x <xsawyerx@gmail.com> wrote:
that, yes!
_______________________________________________ Dancer-users mailing list Dancer-users@perldancer.org http://www.backup-manager.org/cgi-bin/listinfo/dancer-users
participants (1)
-
Alexis Sukrieh