in reply to Re: Dancer 2 yaml config file (is a hash of hashes ... key collision/clobbering is a common pitfall)
in thread Dancer 2 yaml config file

Ah, ok yes that makes sense, got it working (at last) with:
engines: session: DBIC: dsn: "dbi:Pg:database=dbname" schema_class: "xxxx::Schema" user: "" password: "" #resultset: id_column: "id" data_column: "data" template: template_toolkit: start_tag: '<%' end_tag: '%>' session: "DBIC" template: "template_toolkit"
Thank you.
  • Comment on Re^2: Dancer 2 yaml config file (is a hash of hashes ... key collision/clobbering is a common pitfall)
  • Download Code