On Thu, Dec 16, 2010 at 23:28, Naveed Massjouni <naveedm9@gmail.com> wrote:
On 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.

The auto_reload option is being deprecated and will be removed in
future versions.  What I do to achieve auto reload is simple by

Why is it being deprecated?
 
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

No, thanks, I have long removed all remnants of Apache. Is it really a recommended way to develop?
 
run via CGI, you just need to tell your web server about it.  All it
takes is something like this: