Subject: | myapp_server.pl -r |
The restarting server scans for changed files but it also picks up on scratch and buffer files which, in emacs at least, appear even if there are unsaved changes.
So the restarting server crashes all the time for me because it finds "modules" like
MyApp/Controller/.#Daily.pm
Perhaps anything with a leading or trailing \W (like # and ~) should be excluded from loads.
Thank you!