19 Jan
2016
19 Jan
'16
4:05 p.m.
"Andrew" == Andrew Beverley <andy@andybev.com> writes:
Andrew> On Tue, 2016-01-19 at 00:55 +0200, Kadir Beyazlı wrote:
But when I change their place (session definition first), it works:
session: YAML engines: session: YAML: session_dir: /home/kadir/dancer-sessions
template: "template_toolkit" engines: template: template_toolkit: start_tag: '<%' end_tag: '%>'
Andrew> You've got the engines key twice. You need to combine them: This should be a bug, and Dancer should just fail when this happens.