Catalyst::Engine::HTTP::Restarter::Watcher line 14 says
has follow_simlinks => (is => 'rw');
but this should be
has follow_symlinks => (is => 'rw');
This is causing the restarter to not load, generating the following error:
[info] MyApp powered by Catalyst 5.8000_02
Can't locate object method "follow_symlinks" via package
"Catalyst::Engine::HTTP::Restarter::Watcher" at
/usr/local/lib/perl5/site_perl/5.8.8/Catalyst/Engine/HTTP/Restarter/Watcher.pm line 119.