On 3/3/2014 17:39, Cymon wrote: > $ENV{DANCER_VIEWS} = "views"; You can set that in the config.yml file, which you should already have if you used the "dancer" helper app to create your application shell: views: "../views" or whatever.