<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Sep 12, 2015 at 7:00 AM,  <span dir="ltr"><<a href="mailto:dancer-users-request@dancer.pm" target="_blank">dancer-users-request@dancer.pm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
> This version of Dancer2::Cookbook is definitely outdated.<br>
<br>
Yes, it's rarely a good idea to link to CPAN resources using a specific<br>
version number. Better to use:<br>
<br>
   <a href="https://metacpan.org/pod/distribution/Dancer2/lib/Dancer2/Cookbook.pod" rel="noreferrer" target="_blank">https://metacpan.org/pod/distribution/Dancer2/lib/Dancer2/Cookbook.pod</a></blockquote></div><br></div><div class="gmail_extra">My bad, sorry. Google pagerank led me to the outdated version.<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">Unrelated: I am curious to know why Dancer2 is trying to open ./.dancer at startup?<span style="font-family:monospace,monospace"><font face="arial,helvetica,sans-serif"> What can be put in it?</font><br>stat("./lib", {st_mode=S_IFDIR|0775, st_size=4096, ...}) = 0<br>stat("./bin", 0x84e238)                 = -1 ENOENT (No such file or directory)<br>stat("./.dancer", 0x84e238)             = -1 ENOENT (No such file or directory)<br></span><br clear="all"></div><div class="gmail_extra">I noticed this when I was using strace to find out where Dancer2 wanted to find my config.yml. For an app Name::Name2, in lib/Name/Name2.pm, the file needs to be lib/Name/config.yml not in ./config.yml. Now I see why: there could be multiple apps, each with its own config. As described in meta (but why say that it is global?):</div><div class="gmail_extra">

<p>"Dancer2 will first look for the file <i>config.ext</i> (where .ext is
 the type of configuration file you are using) in the root directory of 
your application. This is considered your global Dancer2 config file.</p><p><a href="https://metacpan.org/pod/distribution/Dancer2/lib/Dancer2/Config.pod">https://metacpan.org/pod/distribution/Dancer2/lib/Dancer2/Config.pod</a></p></div><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr">Thanks, Rick <br><br></div></div>
</div></div>