Self restarting test server
trunk の myapp_server.pl が -r
オプションをつけることでファイルの修正に合わせて自動で再起動してくれるようになった模様。
正直 Wiki の Restarting の tips 見てても。Syntax エラーとかあったときは結局再起しないしかえってめんどいやん、とかおもってたんだけど、
It will monitor your files in a 1 second interval and restart the server when files matching the regex (defaults to '.yml$|.yaml$|.pm$') are modified.
Syntax errors are catched and presented in the logs.
てことで、すっげ便利そうな予感。