in reply to
Re^2: Deploy Catalyst application.
in thread
Deploy Catalyst application.
I think that I see where the problem lies.
Catalyst::Engine::HTTP::Prefork
has been deprecated in favor of
CatalystX::Script::Server::Starman
. Install that and give it another try.
Comment on
Re^3: Deploy Catalyst application.
In Section
Seekers of Perl Wisdom