Hi there,
I am struggling with the configuration of the Mason view in YAML.
I have this:
View::Mason:
  comp_root: __path_to(mason/root)__
  data_dir: __path_to(mason/data)__

But as it seems, it is never taken into account. I have also tried
forcing an array ref, whithout any succes:
View::Mason:
  -
    comp_root: __path_to(mason/root)__
    data_dir: __path_to(mason/data)__

What am I doing wrong ?
Regards,
Marc
_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to