The auto_reload option is being deprecated and will be removed inOn Thu, Dec 16, 2010 at 11:38 AM, Deepak Gulati <deepak.gulati@gmail.com> wrote:
> I realize that auto_reload isn't meant for production use, but it'd be
> nice to have my changes loaded automatically on my dev box.
future versions. What I do to achieve auto reload is simple by
running my app via CGI. This is very easy. If you have created a
scaffolded app via the command dancer -a MyApp for example, then it
will create a dispatch.cgi script for you in the public folder. To
run via CGI, you just need to tell your web server about it. All it
takes is something like this: